Skip to content

Commit d94f14f

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 8639a22 commit d94f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pkcs8 = { version = "0.10", default-features = false, features = [
155155
"pkcs5",
156156
"std",
157157
] }
158-
rand = { version = "0.8", default-features = false, features = [
158+
rand = { version = "0.9", default-features = false, features = [
159159
"getrandom",
160160
"std",
161161
] }

0 commit comments

Comments
 (0)