Skip to content

Commit 52584e2

Browse files
author
Altan Özlü
authored
Update Cargo.toml
1 parent fcd4f6b commit 52584e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

influxdb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy_static = "1.4.0"
2222
influxdb_derive = { version = "0.4.0", optional = true }
2323
regex = "1.3.5"
2424

25-
reqwest = { version = "0.11", features = ["json"] }
25+
reqwest = { version = "0.11", features = ["json"], default-features = false }
2626
tokio = { version = "1", features = ["full"] }
2727
serde = { version = "1.0.104", features = ["derive"], optional = true }
2828
serde_json = { version = "1.0.48", optional = true }
@@ -34,4 +34,4 @@ default = ["use-serde"]
3434
derive = ["influxdb_derive"]
3535
reqwest-client = []
3636
[dev-dependencies]
37-
tokio = { version = "1", features = ["macros"] }
37+
tokio = { version = "1", features = ["macros"] }

0 commit comments

Comments
 (0)