Skip to content

Commit 851303f

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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d75cb3c commit 851303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-utility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jsonwebtoken = { version = "9.3.1", optional = true }
3838

3939
# Cryptography
4040
rsa = "0.9.8"
41-
rand = "0.8"
41+
rand = "0.9"
4242
pkcs8 = { version = "0.10", features = ["pem"] }
4343
pkcs1 = { version = "0.7", features = ["pem"] }
4444

0 commit comments

Comments
 (0)