Skip to content

Commit 031424f

Browse files
committed
Update dev dependencies
1 parent c4c9609 commit 031424f

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
@@ -75,8 +75,8 @@ tempfile = "3"
7575
static_assertions = "1.0"
7676

7777
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
78-
criterion = { version = "0.5", features = ["async_tokio"] }
79-
rustyline = "15.0"
78+
criterion = { version = "0.6", features = ["async_tokio"] }
79+
rustyline = "16.0"
8080
tokio = { version = "1.0", features = ["full"] }
8181

8282
[lints.rust]

0 commit comments

Comments
 (0)