Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
Update tokio requirement from 0.3.5 to 1.0.2 in /co-tester
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-0.3.5...tokio-1.0.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jan 17, 2021
1 parent 679f442 commit 924715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion co-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ regex = "1.4.2"
strum = "0.20"
strum_macros = "0.20"
tempfile = "3.1.0"
tokio = { version = "0.3.5", features = ["full"] }
tokio = { version = "1.0.2", features = ["full"] }
rand = "0.8.2"
rand_distr = "0.4.0"

Expand Down

0 comments on commit 924715a

Please sign in to comment.