Skip to content

Commit 05b78cf

Browse files
committed
chore: Update dependencies
1 parent a75921b commit 05b78cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ rand_distr = "0.4.3"
2323
multiversion = "0.7.2"
2424
itertools = "0.13.0"
2525
thiserror = "1.0.43"
26-
arrow = { version = "52.0.0", default-features = false, features = ["ffi"] }
26+
arrow = { version = "53.0.0", default-features = false, features = ["ffi"] }
2727
rand_chacha = "0.3.1"
2828
anyhow = "1.0.72"
29-
faer = "0.19.1"
29+
faer = { version = "0.19.4", default-features = false, features = ["std"] }
3030
pulp = "0.18.21"
3131
rayon = "1.10.0"
3232

@@ -36,7 +36,7 @@ pretty_assertions = "1.4.0"
3636
criterion = "0.5.1"
3737
nix = "0.29.0"
3838
approx = "0.5.1"
39-
ndarray = "0.15.6"
39+
ndarray = "0.16.1"
4040

4141
[[bench]]
4242
name = "sample"

0 commit comments

Comments
 (0)