We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b630c + bf8d6e8 commit f623e4fCopy full SHA for f623e4f
download/Cargo.toml
@@ -17,7 +17,7 @@ reqwest-rustls-tls = ["reqwest/rustls-tls-native-roots"]
17
18
[dependencies]
19
anyhow.workspace = true
20
-curl = {version = "0.4.11", optional = true}
+curl = {version = "0.4.44", optional = true}
21
env_proxy = {version = "0.4.1", optional = true}
22
lazy_static = {workspace=true, optional = true}
23
reqwest = {version = "0.11", default-features = false, features = ["blocking", "gzip", "socks"], optional = true}
0 commit comments