Skip to content

Commit ae0bb8e

Browse files
committed
deps: Re-update tempfile and criterion
1 parent 82c24e6 commit ae0bb8e

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
@@ -26,10 +26,10 @@ bytes = { version = "1.0", optional = true }
2626
futures-util = { version = "0.3.26", default-features = false, features = ["std"] }
2727

2828
[dev-dependencies]
29-
tempfile = "3.2.0"
29+
tempfile = "3.21.0"
3030
tokio-test = "0.4.2"
3131
iai = "0.1.1"
32-
criterion = "0.5"
32+
criterion = "0.7"
3333
# we use joinset in our tests
3434
tokio = "1.21.2"
3535
nix = "0.30"

0 commit comments

Comments
 (0)