Skip to content

Commit 659ebe9

Browse files
committed
Upgrade gix-protocol to winnow 0.4
1 parent 8609aec commit 659ebe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

gix-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ gix-credentials = { version = "^0.18.0", path = "../gix-credentials" }
4949
thiserror = "1.0.32"
5050
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
5151
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
52-
winnow = { version = "0.3.0", features = ["simd"] }
52+
winnow = { version = "0.4.0", features = ["simd"] }
5353
btoi = "0.4.2"
5454

5555
# for async-client

0 commit comments

Comments
 (0)