We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0d025 commit 5918721Copy full SHA for 5918721
1 file changed
Cargo.toml
@@ -41,15 +41,16 @@ rustdoc-args = ["--cfg", "docsrs"]
41
42
[dependencies]
43
# Gitoxide ops
44
-gix = { version = "0.80.0", default-features = false, features = [
+gix = { version = "0.81.0", default-features = false, features = [
45
"blocking-network-client",
46
+ "blocking-http-transport-curl",
47
"parallel",
48
+ "max-performance",
49
"status",
- "http-client-curl",
50
"worktree-mutation"
51
] }
-gitoxide-core = { version = "0.54.0", default-features = false, features = ["blocking-client"]}
52
-gix-submodule = "0.27.0"
+gitoxide-core = { version = "0.55.0", default-features = false, features = ["blocking-client"]}
53
+gix-submodule = "0.28.0"
54
55
# CLI
56
clap = { version = "4.6.0", features = [
0 commit comments