Add tokio-compat-02 for influxdb client

The HTTP client the influxdb client uses is still on tokio 0.2.
This commit is contained in:
2021-08-29 00:55:48 -07:00
parent 525b5152ef
commit 7940d168fe
3 changed files with 31 additions and 0 deletions

View File

@ -17,3 +17,4 @@ rumqttc = "0.8"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "rt", "rt-multi-thread"] }
tokio-compat-02 = "0.2"