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 9d8d453 commit 334e7feCopy full SHA for 334e7fe
influxdb/Cargo.toml
@@ -41,6 +41,6 @@ reqwest-client-native-tls-vendored = ["reqwest", "reqwest/native-tls-vendored"]
41
wasm-client = ["surf", "surf/wasm-client"]
42
43
[dev-dependencies]
44
-async-std = { version = "1.6.5", features = ["attributes", "tokio02", "tokio1"] }
45
-indoc = "1.0"
+async-std = { version = "1.13.0", features = ["attributes", "tokio02", "tokio1"] }
+indoc = "2.0"
46
tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] }
0 commit comments