Skip to content

Commit 8c41848

Browse files
committed
upgrade winnow to latest patch release
1 parent 80d7991 commit 8c41848

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gix-date = { version = "^0.7.1", path = "../gix-date" }
2323
thiserror = "1.0.38"
2424
btoi = "0.4.2"
2525
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
26-
winnow = { version = "0.5.12", features = ["simd"] }
26+
winnow = { version = "0.5.14", features = ["simd"] }
2727
itoa = "1.0.1"
2828
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
2929

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gix-ref = { version = "^0.34.0", path = "../gix-ref" }
2525
gix-glob = { version = "^0.10.2", path = "../gix-glob" }
2626

2727
log = "0.4.17"
28-
winnow = { version = "0.5.12", features = ["simd"] }
28+
winnow = { version = "0.5.14", features = ["simd"] }
2929
memchr = "2"
3030
thiserror = "1.0.26"
3131
unicode-bom = "2.0.2"

gix-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ btoi = "0.4.2"
3838
itoa = "1.0.1"
3939
thiserror = "1.0.34"
4040
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
41-
winnow = { version = "0.5.12", features = ["simd"] }
41+
winnow = { version = "0.5.14", features = ["simd"] }
4242
smallvec = { version = "1.4.0", features = ["write"] }
4343
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
4444

gix-ref/Cargo.toml

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

3333
thiserror = "1.0.34"
34-
winnow = { version = "0.5.12", features = ["simd"] }
34+
winnow = { version = "0.5.14", features = ["simd"] }
3535
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
3636

3737
# packed refs

gix-revision/fuzz/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.

tests/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gix-worktree = "0.17.0"
2121
gix-fs = { version = "^0.4.1", path = "../../gix-fs" }
2222
gix-tempfile = { version = "^7.0.0", default-features = false, features = ["signals"], path = "../../gix-tempfile" }
2323

24-
winnow = { version = "0.5.12", features = ["simd"] }
24+
winnow = { version = "0.5.14", features = ["simd"] }
2525
fastrand = "2.0.0"
2626
bstr = { version = "1.5.0", default-features = false }
2727
crc = "3.0.0"

0 commit comments

Comments
 (0)