From 22523589794fc52d67bb0d82f15703b6079ec4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:02:39 +0000 Subject: [PATCH] Update rand requirement from 0.8 to 0.10 in /fuzz Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.0...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e973465..4ee6883b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ parking_lot = { version = "0.12.1", default-features = false } pin-project = { version = "1.0.12" } qlog = { version = "0.15.1", path = "./qlog" } quiche = { version = "0.23.4", path = "./quiche" } -rand = { version = "0.8" } +rand = { version = "0.10" } regex = { version = "1.4.2" } ring = { version = "0.17.8" } serde = { version = "1" }