Skip to content

Commit 85d2de5

Browse files
Update rand requirement from 0.8 to 0.9
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.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0efadb2 commit 85d2de5

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
@@ -33,7 +33,7 @@ bt_bencode = { version = "0.8", default-features = false }
3333
bytes = { version = "1.1", default-features = false }
3434
crc32c = "0.6"
3535
gen_value = { version = "0.7", default-features = false }
36-
rand = { version = "0.8", default-features = false }
36+
rand = { version = "0.9", default-features = false }
3737
serde = { version = "1.0", default-features = false }
3838
serde_bytes = { version = "0.11", default-features = false }
3939
serde_derive = { version = "1.0" }

0 commit comments

Comments
 (0)