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 82d09d6 commit f48382cCopy full SHA for f48382c
Cargo.toml
@@ -18,7 +18,7 @@ num_enum = "0.7.3"
18
object_store = "0.12"
19
# In the future we could make this feature-flagged, but for now we depend on
20
# object_store which uses reqwest.
21
-reqwest = "0.12"
+reqwest = { version = "0.12", default-features = false }
22
thiserror = "1"
23
tokio = { version = "1.43.0", optional = true }
24
weezl = "0.1.0"
0 commit comments