Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 7, 2024
1 parent 9d8d453 commit 334e7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions influxdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ reqwest-client-native-tls-vendored = ["reqwest", "reqwest/native-tls-vendored"]
wasm-client = ["surf", "surf/wasm-client"]

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

0 comments on commit 334e7fe

Please sign in to comment.