From 5e874daad0553afae27ff56538c2b358a909e106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:33:57 +0000 Subject: [PATCH] Bump rand from 0.9.0 to 0.9.3 Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.9.0...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- serde_hash/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5771a4..d53542e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,13 +97,12 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "rand" -version = "0.9.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha", "rand_core", - "zerocopy", ] [[package]] diff --git a/serde_hash/Cargo.toml b/serde_hash/Cargo.toml index e4489d7..ebe4120 100644 --- a/serde_hash/Cargo.toml +++ b/serde_hash/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/Drew-Chase/serde_hash" [dependencies] serde_hash_derive = { path = "../serde_hash_derive", version = "0.2" } serde = { version = "1.0.228", features = ["derive"] } -rand = { version = "0.9.0" } +rand = { version = "0.9.3" } log = "0.4.29" hash-ids = "0.3.1" anyhow = "1.0.101"