Skip to content

Commit 4beaf70

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...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d09fc42 commit 4beaf70

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
@@ -119,7 +119,7 @@ webbrowser = "1.0"
119119
pem = { version = "3.0", features = ["serde"] }
120120
pkcs1 = { version = "0.7", features = ["std"] }
121121
pkcs8 = { version = "0.10", features = ["pem", "alloc", "pkcs5", "encryption"] }
122-
rand = { version = "0.8", features = ["getrandom", "std"] }
122+
rand = { version = "0.9", features = ["getrandom", "std"] }
123123
getrandom = "0.2"
124124
regex = { version = "1.10", optional = true }
125125
reqwest = { version = "0.12", default-features = false, features = [

0 commit comments

Comments
 (0)