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 a888c16 commit 62163cbCopy full SHA for 62163cb
Cargo.toml
@@ -73,7 +73,7 @@ openssl = { version = "0.10.72", optional = true }
73
rand = "0.8.4"
74
regex = "1.10.3"
75
reqsign = { version = "0.16.0", optional = true }
76
-reqwest = { version = "0.12", features = [
+reqwest = { version = "0.12", default-features = false, features = [
77
"json",
78
"blocking",
79
"stream",
0 commit comments