Skip to content

Commit 81a30c7

Browse files
build(deps): bump rand_core from 0.6.4 to 0.9.2
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.6.4...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90a3f5d commit 81a30c7

File tree

2 files changed

+140
-16
lines changed

2 files changed

+140
-16
lines changed

Cargo.lock

+139-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ p256 = { version = "=0.14.0-pre.2", default-features = false, features = ["ecdsa
3131
p384 = { version = "=0.14.0-pre.2", default-features = false, features = ["ecdsa"] }
3232
p521 = { version = "=0.14.0-pre.2", default-features = false, features = ["ecdsa"] }
3333
serde = { version = "1", features = ["serde_derive"] }
34-
rand_core = { version = "0.6", features = ["std"] }
34+
rand_core = { version = "0.9", features = ["std"] }
3535
rsa = "=0.10.0-pre.3"
3636
signature = { version = "=2.3.0-pre.4", features = ["derive"] }
3737
sha1 = { version = "=0.11.0-pre.4", features = ["oid"] }

0 commit comments

Comments
 (0)