Skip to content

Commit 45e74ad

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] <[email protected]>
1 parent bd5067c commit 45e74ad

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
@@ -27,7 +27,7 @@ jsonwebtoken = "9"
2727

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

0 commit comments

Comments
 (0)