From acccd6d2f8fe5acb7fae718f42eb30010321ee29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 04:48:53 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.1 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [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/compare/0.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 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 d4694a96..046f4dec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,7 +312,7 @@ dependencies = [ "pbkdf2", "pc-keyboard", "pic8259", - "rand 0.8.5", + "rand 0.9.1", "rand_hc 0.3.2", "raw-cpuid 11.3.0", "sha2", @@ -473,11 +473,11 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ - "rand_core 0.6.4", + "rand_core 0.9.3", ] [[package]] @@ -502,6 +502,12 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" + [[package]] name = "rand_hc" version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 240c3182..a66f8826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ object = { version = "0.36.7", default-features = false, features = ["read"] } pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] } pc-keyboard = "0.8.0" pic8259 = "0.11.0" -rand = { version = "0.8.5", default-features = false } +rand = { version = "0.9.1", default-features = false } rand_hc = "0.3.1" raw-cpuid = "11.3.0" sha2 = { version = "0.10.8", default-features = false, features = ["force-soft"] }