From 80066cc79fbc1469022056905258195c7d84c6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 07:45:01 +0000 Subject: [PATCH] Bump rand_hc from 0.4.0 to 0.5.0 Bumps [rand_hc](https://github.com/rust-random/rngs) from 0.4.0 to 0.5.0. - [Commits](https://github.com/rust-random/rngs/compare/rand_hc-0.4.0...rand_jitter-0.5.0) --- updated-dependencies: - dependency-name: rand_hc dependency-version: 0.5.0 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 859fb7965..e199c838f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ "pc-keyboard", "pic8259", "rand 0.9.2", - "rand_hc 0.4.0", + "rand_hc 0.5.0", "raw-cpuid 11.6.0", "sha2", "smoltcp", @@ -559,6 +559,12 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +[[package]] +name = "rand_core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" + [[package]] name = "rand_hc" version = "0.2.0" @@ -570,11 +576,11 @@ dependencies = [ [[package]] name = "rand_hc" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54fc7b35e3026136eaf1decdc66ecde3efadfd663cc0d71115ad40da7ebcff63" +checksum = "2679e70798646edbc105ddf9d15c9d977936bdf033b8c834b83f144317c6f956" dependencies = [ - "rand_core 0.9.3", + "rand_core 0.10.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c7c995671..a15f0ecdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] } pc-keyboard = "0.8.0" pic8259 = "0.11.0" rand = { version = "0.9.2", default-features = false } -rand_hc = "0.4.0" +rand_hc = "0.5.0" raw-cpuid = "11.6.0" sha2 = { version = "0.10.9", default-features = false, features = ["force-soft"] } smoltcp = { version = "0.12.0", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] }