From 6aa6c2457f57b0b791bafacee7c18cfd714097b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:11:54 +0000 Subject: [PATCH] Bump rand from 0.8.6 to 0.9.4 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38a0414ec..6c7140da2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,7 +2528,6 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ - "libc", "rand_chacha 0.3.1", "rand_core 0.6.4", ] @@ -3761,7 +3760,7 @@ dependencies = [ "lol_html", "matchit 0.9.2", "mime", - "rand 0.8.6", + "rand 0.9.4", "regex", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c2bbb813a..b975d2bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ log-fastly = "0.12" lol_html = "2.7.2" matchit = "0.9" mime = "0.3" -rand = "0.8" +rand = "0.9" regex = "1.12.3" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] }