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 45c6e5d commit 20e21c7Copy full SHA for 20e21c7
Cargo.toml
@@ -11,7 +11,7 @@ rand_distr = "0.4.3"
11
num-format = "0.4.3"
12
metriki-core = "1.7.4"
13
derive_builder = "0.12.0"
14
-influxdb = {version="0.5.2", features=["reqwest"], path="../../influxdb-rust/influxdb"}
+influxdb = { git = 'https://github.com/bogdad/influxdb-rust', branch = 'main' }
15
tokio = { version = "1.0", default-features = false, features = ["net", "time"] }
16
futures = "0.3.26"
17
reqwest= "0.11.14"
0 commit comments