Skip to content

Commit 6294c9e

Browse files
chore(deps): update rand requirement from 0.8.5 to 0.9.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.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77893f9 commit 6294c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ futures-test = "0.3.5"
5454
ntest = "0.9"
5555
proptest = "1"
5656
proptest-derive = "0.5"
57-
rand = "0.8.5"
57+
rand = "0.9.0"
5858
tokio = { version = "1.24.2", default-features = false, features = ["io-util", "macros", "rt-multi-thread", "io-std"] }
5959
tokio-util = { version = "0.7", default-features = false, features = ["io"] }
6060

0 commit comments

Comments
 (0)