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.
2 parents 27743fb + fce866f commit 275840cCopy full SHA for 275840c
Cargo.toml
@@ -6,16 +6,16 @@ resolver = "2"
6
roaring = { path = "roaring" }
7
8
bincode = "1.3.3"
9
-bytemuck = "1.16.1"
+bytemuck = "1.21.0"
10
byteorder = "1.5.0"
11
-criterion = "0.3"
12
-git2 = { version = "0.19", default-features = false }
+criterion = "0.5"
+git2 = { version = "0.20", default-features = false }
13
indicatif = "0.17"
14
-itertools = "0.13"
15
-once_cell = "1.9"
16
-proptest = "1.5.0"
17
-serde = "1.0.203"
18
-serde_json = "1.0.120"
+itertools = "0.14"
+once_cell = "1.20"
+proptest = "1.6.0"
+serde = "1.0.217"
+serde_json = "1.0.135"
19
zip = { version = "0.6", default-features = false }
20
21
[profile.test]
0 commit comments