File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ utf8-ranges = "1.0.0"
35
35
# For examples.
36
36
lazy_static = " 1"
37
37
# For property based tests.
38
- quickcheck = { version = " 0.5 " , default-features = false }
38
+ quickcheck = { version = " 0.6 " , default-features = false }
39
39
# For generating random test data.
40
- rand = " 0.3.15 "
40
+ rand = " 0.4 "
41
41
42
42
[features ]
43
43
# Enable to use the unstable pattern traits defined in std.
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ homepage = "https://github.com/rust-lang/regex"
9
9
description = " A regular expression parser."
10
10
11
11
[dev-dependencies ]
12
- quickcheck = { version = " 0.5 " , default-features = false }
13
- rand = " 0.3.15 "
12
+ quickcheck = { version = " 0.6 " , default-features = false }
13
+ rand = " 0.4 "
You can’t perform that action at this time.
0 commit comments