Skip to content

Commit 9847c3f

Browse files
committed
Sync im-rc Cargo.toml.
1 parent 9b8ee6a commit 9847c3f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

rc/Cargo.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "im-rc"
33
version = "15.0.0"
44
edition = "2018"
5+
rust-version = "1.46.0"
56
authors = ["Bodil Stokke <[email protected]>"]
67
license = "MPL-2.0+"
78
description = "Immutable collection datatypes (the fast but not thread safe version)"
@@ -32,25 +33,25 @@ version_check = "0.9"
3233
[dependencies]
3334
typenum = "1.12"
3435
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 }
4041
serde = { version = "1", optional = true }
4142
rayon = { version = "1", optional = true }
4243
refpool = { version = "0.4", optional = true }
43-
arbitrary = { version = "0.4", optional = true }
44+
arbitrary = { version = "1.1", optional = true }
4445

4546
[dev-dependencies]
46-
proptest = "0.10"
47+
proptest = "1"
4748
serde = "1"
4849
serde_json = "1"
4950
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"
5253
metrohash = "1"
53-
proptest-derive = "0.2"
54+
proptest-derive = "0.3"
5455

5556
["package.metadata.docs.rs"]
5657
version_check = "0.9"

0 commit comments

Comments
 (0)