Skip to content

Commit 783c4e6

Browse files
committed
Upgrade to Winnow 0.6.26
1 parent 914bf28 commit 783c4e6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bstr = { version = "1.3.0", default-features = false, features = [
2727
"std",
2828
"unicode",
2929
] }
30-
winnow = { version = "0.6", features = ["simd"] }
30+
winnow = { version = "0.6.26", features = ["simd"] }
3131
itoa = "1.0.1"
3232
serde = { version = "1.0.114", optional = true, default-features = false, features = [
3333
"derive",

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gix-sec = { version = "^0.10.11", path = "../gix-sec" }
2626
gix-ref = { version = "^0.50.0", path = "../gix-ref" }
2727
gix-glob = { version = "^0.18.0", path = "../gix-glob" }
2828

29-
winnow = { version = "0.6", features = ["simd"] }
29+
winnow = { version = "0.6.26", features = ["simd"] }
3030
memchr = "2"
3131
thiserror = "2.0.0"
3232
unicode-bom = { version = "2.0.3" }

gix-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bstr = { version = "1.3.0", default-features = false, features = [
5959
"std",
6060
"unicode",
6161
] }
62-
winnow = { version = "0.6.18", features = ["simd"] }
62+
winnow = { version = "0.6.26", features = ["simd"] }
6363
smallvec = { version = "1.4.0", features = ["write"] }
6464
serde = { version = "1.0.114", optional = true, default-features = false, features = [
6565
"derive",

gix-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ bstr = { version = "1.3.0", default-features = false, features = [
9393
"std",
9494
"unicode",
9595
] }
96-
winnow = { version = "0.6", features = ["simd"] }
96+
winnow = { version = "0.6.26", features = ["simd"] }
9797

9898
# for async-client
9999
async-trait = { version = "0.1.51", optional = true }

gix-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gix-lock = { version = "^16.0.0", path = "../gix-lock" }
3333
gix-tempfile = { version = "^16.0.0", default-features = false, path = "../gix-tempfile" }
3434

3535
thiserror = "2.0.0"
36-
winnow = { version = "0.6", features = ["simd"] }
36+
winnow = { version = "0.6.26", features = ["simd"] }
3737
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
3838

3939
# packed refs

tests/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gix-worktree = "0.34.0"
3131
gix-fs = "0.11"
3232
gix-tempfile = { version = "^14.0.0", default-features = false, features = ["signals"] }
3333

34-
winnow = { version = "0.6.0", features = ["simd"] }
34+
winnow = { version = "0.6.26", features = ["simd"] }
3535
fastrand = "2.0.0"
3636
bstr = { version = "1.5.0", default-features = false }
3737
crc = "3.0.0"

0 commit comments

Comments
 (0)