Skip to content

Commit fa55079

Browse files
build(deps): 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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afcbed7 commit fa55079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-utility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ base64 = "0.22.1"
2626

2727
# Cryptography
2828
rsa = { version = "0.9.8" }
29-
rand = "0.8"
29+
rand = "0.9"
3030
pkcs8 = { version = "0.10", features = ["pem"] }
3131
pkcs1 = { version = "0.7", features = ["pem"] }
3232

0 commit comments

Comments
 (0)