Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Update rand requirement from 0.7.3 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.7.3...0.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2021
1 parent f4186e3 commit 207aa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ required-features = ["build-binary"]
base64 = "0.13.0"
peg = "0.6.3"
proptest = "0.10.1"
rand = "0.7.3" # intentionally not upgrading to avoid ./target/... path collision warning
rand = "0.8.0" # intentionally not upgrading to avoid ./target/... path collision warning
serde = { version = "1.0.118", features = ["derive"] }
structopt = { version = "0.3.21", optional = true }
test-strategy = "0.1.1"
Expand Down

0 comments on commit 207aa3f

Please sign in to comment.