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 5b1e93e commit 9911bbeCopy full SHA for 9911bbe
Cargo.toml
@@ -70,7 +70,7 @@ openssl = { version = "0.10.72", optional = true }
70
rand = "0.8.4"
71
regex = "1.10.3"
72
reqsign = { version = "0.16.0", optional = true }
73
-reqwest = { version = "0.12", features = [
+reqwest = { version = "0.12", default-features = false, features = [
74
"json",
75
"blocking",
76
"stream",
0 commit comments