We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17257e commit 5bda3e7Copy full SHA for 5bda3e7
Cargo.toml
@@ -23,7 +23,7 @@ rand_distr = "0.5.0"
23
multiversion = "0.8.0"
24
itertools = "0.14.0"
25
thiserror = "2.0.3"
26
-arrow = { version = "54.1.0", default-features = false, features = ["ffi"] }
+arrow = { version = "54.2.0", default-features = false, features = ["ffi"] }
27
rand_chacha = "0.9.0"
28
anyhow = "1.0.72"
29
faer = { version = "0.21.4", default-features = false, features = [
@@ -35,7 +35,7 @@ pulp = "0.21.4"
35
rayon = "1.10.0"
36
37
[dev-dependencies]
38
-proptest = "1.5.0"
+proptest = "1.6.0"
39
pretty_assertions = "1.4.0"
40
criterion = "0.5.1"
41
nix = "0.29.0"
0 commit comments