We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e0472 commit cb2ff66Copy full SHA for cb2ff66
1 file changed
twenty-first/Cargo.toml
@@ -22,7 +22,7 @@ mock = []
22
[dev-dependencies]
23
blake3 = "1.5.5"
24
bincode = "1.3.3"
25
-criterion = { version = "0.5", features = ["html_reports"] }
+criterion = { version = "0.6", features = ["html_reports"] }
26
insta = "1.42"
27
proptest = "1.6"
28
proptest-arbitrary-interop = "0.1"
@@ -37,7 +37,7 @@ features = ["user-hooks"]
37
[dependencies]
38
arbitrary = { version = "1", features = ["derive"] }
39
bfieldcodec_derive = "0.7"
40
-get-size2 = { version = "0.1.3", features = ["derive"] }
+get-size2 = { version = "0.3", features = ["derive"] }
41
hashbrown = "0.15"
42
hex = "0.4.3"
43
itertools = "0.14"
0 commit comments