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 a75921b commit 05b78cfCopy full SHA for 05b78cf
Cargo.toml
@@ -23,10 +23,10 @@ rand_distr = "0.4.3"
23
multiversion = "0.7.2"
24
itertools = "0.13.0"
25
thiserror = "1.0.43"
26
-arrow = { version = "52.0.0", default-features = false, features = ["ffi"] }
+arrow = { version = "53.0.0", default-features = false, features = ["ffi"] }
27
rand_chacha = "0.3.1"
28
anyhow = "1.0.72"
29
-faer = "0.19.1"
+faer = { version = "0.19.4", default-features = false, features = ["std"] }
30
pulp = "0.18.21"
31
rayon = "1.10.0"
32
@@ -36,7 +36,7 @@ pretty_assertions = "1.4.0"
36
criterion = "0.5.1"
37
nix = "0.29.0"
38
approx = "0.5.1"
39
-ndarray = "0.15.6"
+ndarray = "0.16.1"
40
41
[[bench]]
42
name = "sample"
0 commit comments