Skip to content

Commit cbe5e6f

Browse files
committed
Auto merge of #947 - RalfJung:rand, r=oli-obk
bump rand dependency
2 parents 7278385 + 138492c commit cbe5e6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ env_logger = "0.6"
3939
log = "0.4"
4040
shell-escape = "0.1.4"
4141
hex = "0.3.2"
42-
rand = "0.6"
42+
rand = "0.7"
43+
4344
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
4445
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
4546
# for more information.
4647
rustc-workspace-hack = "1.0.0"
48+
4749
# Depend on num-traits with default features to avoid having to rebuild
4850
# between "cargo build" and "cargo intall".
4951
num-traits = "*"

0 commit comments

Comments
 (0)