From f68c60e629ca3eb2f8ffc28e6a78e22cc9da6162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:46:18 +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.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a408f79..2439ada 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ "clap", "is-terminal", "parking_lot", - "rand 0.8.6", + "rand 0.9.4", "rayon", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4b37a00..600d389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum-extra = { version = "0.12", features = ["erased-json"] } clap = { version = "4.5", features = ["derive"] } is-terminal = "0.4" parking_lot = "0.12" -rand = "0.8" +rand = "0.9" rayon = "1.11" reqwest = { version = "0.13", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] }