Skip to content

Commit 5bda3e7

Browse files
committed
chore: update dependencies
1 parent d17257e commit 5bda3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rand_distr = "0.5.0"
2323
multiversion = "0.8.0"
2424
itertools = "0.14.0"
2525
thiserror = "2.0.3"
26-
arrow = { version = "54.1.0", default-features = false, features = ["ffi"] }
26+
arrow = { version = "54.2.0", default-features = false, features = ["ffi"] }
2727
rand_chacha = "0.9.0"
2828
anyhow = "1.0.72"
2929
faer = { version = "0.21.4", default-features = false, features = [
@@ -35,7 +35,7 @@ pulp = "0.21.4"
3535
rayon = "1.10.0"
3636

3737
[dev-dependencies]
38-
proptest = "1.5.0"
38+
proptest = "1.6.0"
3939
pretty_assertions = "1.4.0"
4040
criterion = "0.5.1"
4141
nix = "0.29.0"

0 commit comments

Comments
 (0)