From 2906f8c995a67f515f18df1e6c3282b99862953f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:51:05 +0000 Subject: [PATCH] build(deps): bump rand_core from 0.6.4 to 0.9.3 Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40d0c60..7857ed9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -480,7 +480,7 @@ dependencies = [ "nasm-rs", "pqc_core", "rand", - "rand_core", + "rand_core 0.9.3", "rlg 0.0.5", "sha2", "tokio", @@ -710,7 +710,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -720,7 +720,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -732,6 +732,12 @@ dependencies = [ "getrandom", ] +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" + [[package]] name = "rayon" version = "1.10.0" diff --git a/Cargo.toml b/Cargo.toml index 8415ccf..efd13b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ aes = { version = "0.8.4", optional = true } ctr = { version = "0.9.2", optional = true } pqc_core = { version = "0.3.0", features = ["zero"]} rand = { version = "0.8.5", default-features = false, features = ["getrandom"] } -rand_core = { version = "0.6.4", default-features = false } +rand_core = { version = "0.9.3", default-features = false } rlg = "0.0.5" sha2 = { version = "0.10.8", optional = true } tokio = { version = "1.43.0", optional = true }