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:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user