Skip to content

Commit

Permalink
Update dev-dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias247 committed Jan 4, 2020
1 parent f499d45 commit b353e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ criterion = "0.3.0"
crossbeam = "0.7" # For channel benchmarks
lazy_static = "1.4.0"
rand = "0.7"
async-std = "1.3" # For benchmarks
tokio = { version = "0.2.5", features = ["full"] } # For channel benchmarks
async-std = "1.4" # For benchmarks
tokio = { version = "0.2.6", features = ["full"] } # For channel benchmarks
signal-hook = "0.1.11" # For cancellation example

[[bench]]
Expand Down

0 comments on commit b353e93

Please sign in to comment.