File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ codegen-units = 1
23
23
[dependencies ]
24
24
rand = { version = " 0.8.5" , features = [" small_rng" ] }
25
25
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 "
32
32
arrow2 = { version = " 0.17.0" , optional = true }
33
33
rand_chacha = " 0.3.1"
34
34
anyhow = " 1.0.70"
35
35
36
36
[dev-dependencies ]
37
- proptest = " 1.0 .0"
38
- pretty_assertions = " 1.2.1 "
37
+ proptest = " 1.1 .0"
38
+ pretty_assertions = " 1.3.0 "
39
39
criterion = " 0.4.0"
40
- nix = " 0.26.1 "
40
+ nix = " 0.26.2 "
41
41
approx = " 0.5.1"
42
42
43
43
[[bench ]]
You can’t perform that action at this time.
0 commit comments