Skip to content

Commit 5f33010

Browse files
committed
Update dependencies
1 parent 65eeb5c commit 5f33010

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ codegen-units = 1
2323
[dependencies]
2424
rand = { version = "0.8.5", features = ["small_rng"] }
2525
rand_distr = "0.4.3"
26-
multiversion = "0.7.0"
27-
itertools = "0.10.3"
28-
crossbeam = "0.8.1"
29-
thiserror = "1.0.31"
30-
rayon = "1.5.3"
31-
ndarray = "0.15.4"
26+
multiversion = "0.7.1"
27+
itertools = "0.10.5"
28+
crossbeam = "0.8.2"
29+
thiserror = "1.0.40"
30+
rayon = "1.7.0"
31+
ndarray = "0.15.6"
3232
arrow2 = { version = "0.17.0", optional = true }
3333
rand_chacha = "0.3.1"
3434
anyhow = "1.0.70"
3535

3636
[dev-dependencies]
37-
proptest = "1.0.0"
38-
pretty_assertions = "1.2.1"
37+
proptest = "1.1.0"
38+
pretty_assertions = "1.3.0"
3939
criterion = "0.4.0"
40-
nix = "0.26.1"
40+
nix = "0.26.2"
4141
approx = "0.5.1"
4242

4343
[[bench]]

0 commit comments

Comments
 (0)