File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 2
2
name = " im-rc"
3
3
version = " 15.0.0"
4
4
edition = " 2018"
5
+ rust-version = " 1.46.0"
5
6
authors = [
" Bodil Stokke <[email protected] >" ]
6
7
license = " MPL-2.0+"
7
8
description = " Immutable collection datatypes (the fast but not thread safe version)"
@@ -32,25 +33,25 @@ version_check = "0.9"
32
33
[dependencies ]
33
34
typenum = " 1.12"
34
35
bitmaps = " 2"
35
- sized-chunks = " 0.6"
36
- rand_core = " 0.5.1 "
37
- rand_xoshiro = " 0.4 "
38
- quickcheck = { version = " 0.9 " , optional = true }
39
- proptest = { version = " 0.10 " , optional = true }
36
+ sized-chunks = " 0.6.4 "
37
+ rand_core = " 0.6 "
38
+ rand_xoshiro = " 0.6 "
39
+ quickcheck = { version = " 1 " , optional = true }
40
+ proptest = { version = " 1 " , optional = true }
40
41
serde = { version = " 1" , optional = true }
41
42
rayon = { version = " 1" , optional = true }
42
43
refpool = { version = " 0.4" , optional = true }
43
- arbitrary = { version = " 0.4 " , optional = true }
44
+ arbitrary = { version = " 1.1 " , optional = true }
44
45
45
46
[dev-dependencies ]
46
- proptest = " 0.10 "
47
+ proptest = " 1 "
47
48
serde = " 1"
48
49
serde_json = " 1"
49
50
rayon = " 1"
50
- rand = { version = " 0.7 " , features = [" small_rng" ] }
51
- pretty_assertions = " 0.6 "
51
+ rand = { version = " 0.8 " , features = [" small_rng" ] }
52
+ pretty_assertions = " 1 "
52
53
metrohash = " 1"
53
- proptest-derive = " 0.2 "
54
+ proptest-derive = " 0.3 "
54
55
55
56
["package .metadata .docs .rs" ]
56
57
version_check = " 0.9"
You can’t perform that action at this time.
0 commit comments