Skip to content

Commit 334e7fe

Browse files
committed
Update dev dependencies
1 parent 9d8d453 commit 334e7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

influxdb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ reqwest-client-native-tls-vendored = ["reqwest", "reqwest/native-tls-vendored"]
4141
wasm-client = ["surf", "surf/wasm-client"]
4242

4343
[dev-dependencies]
44-
async-std = { version = "1.6.5", features = ["attributes", "tokio02", "tokio1"] }
45-
indoc = "1.0"
44+
async-std = { version = "1.13.0", features = ["attributes", "tokio02", "tokio1"] }
45+
indoc = "2.0"
4646
tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)