Skip to content

Commit 00e23a7

Browse files
committed
InfluxDB backend: add support of InfluxDB username/password for Backend and Storage
1 parent 3f79ab8 commit 00e23a7

File tree

2 files changed

+276
-86
lines changed

2 files changed

+276
-86
lines changed

backends/influxdb/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ log = "0.4"
3636
uuid = { version = "0.8", features = ["v4"] }
3737
serde = { version = "1.0", features = ["derive"] }
3838
serde_json = "1.0"
39-
influxdb = { version = "0.3", features = ["h1-client"] }
39+
# TODO: set influxdb version when commit https://github.com/Empty2k12/influxdb-rust/commit/9cd527a is released
40+
influxdb = { git = "https://github.com/Empty2k12/influxdb-rust.git", rev = "9cd527a", features = ["h1-client"] }
41+
4042

4143
[dependencies.async-std]
4244
version = "=1.6.5"

0 commit comments

Comments
 (0)