Skip to content

Commit c51506e

Browse files
Update rand requirement from 0.7.2 to 0.8.0
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.2...0.8.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f41fa13 commit c51506e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundationdb-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ env_logger = "0.7.1"
2424
foundationdb = { version = "*", path = "../foundationdb" }
2525
futures = "0.3.0"
2626
log = "0.4.8"
27-
rand = "0.7.2"
27+
rand = "0.8.0"
2828
stopwatch = "0.0.7"
2929
structopt = "0.3.3"

foundationdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ foundationdb-gen = { version = "0.5.1", path = "../foundationdb-gen", default-fe
4545
foundationdb-sys = { version = "0.5.1", path = "../foundationdb-sys", default-features = false }
4646
futures = "0.3.1"
4747
memchr = "2.2.1"
48-
rand = { version = "0.7.2", features = ["default", "small_rng"] }
48+
rand = { version = "0.8.0", features = ["default", "small_rng"] }
4949
static_assertions = "1.1.0"
5050
uuid = { version = "0.8.1", optional = true }
5151
num-bigint = { version = "0.3.0", optional = true }

0 commit comments

Comments
 (0)