We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df82f3 commit 72c8c23Copy full SHA for 72c8c23
influxdb/Cargo.toml
@@ -13,7 +13,7 @@ include = ["src/**/*", "tests/**/*", "Cargo.toml", "LICENSE"]
13
repository = "https://github.com/influxdb-rs/influxdb-rust"
14
15
[dependencies]
16
-chrono = { version = "0.4.11", features = ["serde"] }
+chrono = { version = "0.4.11", features = ["serde"], default-features = false }
17
futures-util = "0.3.17"
18
http = "0.2.4"
19
influxdb_derive = { version = "0.5.0", optional = true }
0 commit comments