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.
1 parent a68bed5 commit bf8d6e8Copy full SHA for bf8d6e8
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