We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c24e6 commit ae0bb8eCopy full SHA for ae0bb8e
Cargo.toml
@@ -26,10 +26,10 @@ bytes = { version = "1.0", optional = true }
26
futures-util = { version = "0.3.26", default-features = false, features = ["std"] }
27
28
[dev-dependencies]
29
-tempfile = "3.2.0"
+tempfile = "3.21.0"
30
tokio-test = "0.4.2"
31
iai = "0.1.1"
32
-criterion = "0.5"
+criterion = "0.7"
33
# we use joinset in our tests
34
tokio = "1.21.2"
35
nix = "0.30"
0 commit comments