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 fcd4f6b commit 52584e2Copy full SHA for 52584e2
influxdb/Cargo.toml
@@ -22,7 +22,7 @@ lazy_static = "1.4.0"
22
influxdb_derive = { version = "0.4.0", optional = true }
23
regex = "1.3.5"
24
25
-reqwest = { version = "0.11", features = ["json"] }
+reqwest = { version = "0.11", features = ["json"], default-features = false }
26
tokio = { version = "1", features = ["full"] }
27
serde = { version = "1.0.104", features = ["derive"], optional = true }
28
serde_json = { version = "1.0.48", optional = true }
@@ -34,4 +34,4 @@ default = ["use-serde"]
34
derive = ["influxdb_derive"]
35
reqwest-client = []
36
[dev-dependencies]
37
-tokio = { version = "1", features = ["macros"] }
+tokio = { version = "1", features = ["macros"] }
0 commit comments