From 6bcf0af683ece49cff4fe1f09ad7d4a42c213e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:03:29 +0000 Subject: [PATCH] build(deps): bump rand from 0.9.3 to 0.10.2 Bumps [rand](https://github.com/rust-random/rand) from 0.9.3 to 0.10.2. - [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.9.3...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 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 1693753..0e806e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,7 +1608,7 @@ dependencies = [ "once_cell", "parzen", "proptest", - "rand 0.9.3", + "rand 0.10.2", "regex", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 57523a5..01fa8c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ futures = "=0.3.32" insta = { version = "=1.43.2", features = ["json"] } once_cell = "=1.21.4" proptest = "1.5" -rand = "=0.9.3" +rand = "=0.10.2" reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls"] } regex = "=1.12.3" serde = { version = "=1.0.228", features = ["derive"] }