Skip to content

Commit bd6c64d

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] <support@github.com>
1 parent 39041e2 commit bd6c64d

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

Cargo.lock

+32-3
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
@@ -38,7 +38,7 @@ aes = { version = "0.8.4", optional = true }
3838
ctr = { version = "0.9.2", optional = true }
3939
pqc_core = { version = "0.3.0", features = ["zero"]}
4040
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }
41-
rand_core = { version = "0.6.4", default-features = false }
41+
rand_core = { version = "0.9.2", default-features = false }
4242
rlg = "0.0.5"
4343
sha2 = { version = "0.10.8", optional = true }
4444
tokio = { version = "1.43.0", optional = true }

0 commit comments

Comments
 (0)