Skip to content

Commit cc1f753

Browse files
committed
Update deps
1 parent b8add4c commit cc1f753

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ codegen-units = 1
2323
[dependencies]
2424
rand = { version = "0.8.5", features = ["small_rng"] }
2525
rand_distr = "0.4.3"
26-
multiversion = "0.7.1"
26+
multiversion = "0.7.2"
2727
itertools = "0.10.5"
2828
crossbeam = "0.8.2"
2929
thiserror = "1.0.40"
3030
rayon = "1.7.0"
3131
ndarray = "0.15.6"
32-
arrow2 = { version = "0.17.0", optional = true }
32+
arrow2 = { version = "0.17.2", optional = true }
3333
rand_chacha = "0.3.1"
34-
anyhow = "1.0.70"
34+
anyhow = "1.0.71"
3535

3636
[dev-dependencies]
37-
proptest = "1.1.0"
37+
proptest = "1.2.0"
3838
pretty_assertions = "1.3.0"
39-
criterion = "0.4.0"
39+
criterion = "0.5.1"
4040
nix = "0.26.2"
4141
approx = "0.5.1"
4242

0 commit comments

Comments
 (0)