Skip to content

Commit

Permalink
Sync tokio versions between dep and dev-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiurani committed Apr 12, 2023
1 parent 2d6c893 commit d0b760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ proptest = "1.1.0"
proptest-derive = "0.2.0"
tempfile = "3.1.0"
async-std = { version = "1.12.0", features = ["attributes"] }
tokio = { version = "1.25.0", features = ["macros", "rt", "rt-multi-thread"] }
tokio = { version = "1.27.0", features = ["macros", "rt", "rt-multi-thread"] }
criterion = { version = "0.4", features = ["async_std", "async_tokio"] }
tokio-test = "0.4"

Expand Down

0 comments on commit d0b760e

Please sign in to comment.