Skip to content

Commit d478d3d

Browse files
committed
make reqwest not optional anymore
1 parent 097614d commit d478d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures-util = "0.3.17"
2222
http = "0.2.4"
2323
influxdb_derive = { version = "0.5.1", optional = true }
2424
lazy-regex = "3.1"
25-
reqwest = { version = "0.11.4", default-features = false, optional = true }
25+
reqwest = { version = "0.11.4", default-features = false }
2626
serde = { version = "1.0.186", optional = true }
2727
serde_derive = { version = "1.0.186", optional = true }
2828
serde_json = { version = "1.0.48", optional = true }

0 commit comments

Comments
 (0)