Skip to content

Commit 1f2040d

Browse files
committed
Update dev dependencies
1 parent 3c47bcc commit 1f2040d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ nanorand = { version = "0.7", features = ["getrandom"], optional = true }
3333
#flume-test = { path = "../flume-test" }
3434
crossbeam-channel = "0.5.5"
3535
crossbeam-utils = "0.8.10"
36-
criterion = "0.3.4"
36+
criterion = { version = "0.5.1", default-features = false }
3737
rand = "0.8.3"
38-
async-std = { version = "1.9.0", features = ["attributes", "unstable"] }
38+
async-std = { version = "1.13.0", features = ["attributes", "unstable"] }
3939
futures = { version = "^0.3", features = ["std"] }
4040
waker-fn = "1.1.0"
4141
tokio = { version = "^1.16.1", features = ["rt", "macros"] }

0 commit comments

Comments
 (0)