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 b8add4c commit cc1f753Copy full SHA for cc1f753
Cargo.toml
@@ -23,20 +23,20 @@ codegen-units = 1
23
[dependencies]
24
rand = { version = "0.8.5", features = ["small_rng"] }
25
rand_distr = "0.4.3"
26
-multiversion = "0.7.1"
+multiversion = "0.7.2"
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"
32
-arrow2 = { version = "0.17.0", optional = true }
+arrow2 = { version = "0.17.2", optional = true }
33
rand_chacha = "0.3.1"
34
-anyhow = "1.0.70"
+anyhow = "1.0.71"
35
36
[dev-dependencies]
37
-proptest = "1.1.0"
+proptest = "1.2.0"
38
pretty_assertions = "1.3.0"
39
-criterion = "0.4.0"
+criterion = "0.5.1"
40
nix = "0.26.2"
41
approx = "0.5.1"
42
0 commit comments