Skip to content

Commit 5918721

Browse files
committed
fix: update dependencies for http transport
1 parent ae0d025 commit 5918721

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,16 @@ rustdoc-args = ["--cfg", "docsrs"]
4141

4242
[dependencies]
4343
# Gitoxide ops
44-
gix = { version = "0.80.0", default-features = false, features = [
44+
gix = { version = "0.81.0", default-features = false, features = [
4545
"blocking-network-client",
46+
"blocking-http-transport-curl",
4647
"parallel",
48+
"max-performance",
4749
"status",
48-
"http-client-curl",
4950
"worktree-mutation"
5051
] }
51-
gitoxide-core = { version = "0.54.0", default-features = false, features = ["blocking-client"]}
52-
gix-submodule = "0.27.0"
52+
gitoxide-core = { version = "0.55.0", default-features = false, features = ["blocking-client"]}
53+
gix-submodule = "0.28.0"
5354

5455
# CLI
5556
clap = { version = "4.6.0", features = [

0 commit comments

Comments
 (0)