From 08e87f7d5a66c6f8102d7421f8c9bb63512c2b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:33:21 +0000 Subject: [PATCH] fix(deps): bump rand from 0.8.5 to 0.9.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [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.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4de5bda2..67f97e34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ "futures", "hex", "pin-project", - "rand 0.8.5", + "rand 0.9.1", "sha2", "thiserror 2.0.12", "tokio", @@ -2802,7 +2802,7 @@ dependencies = [ "pin-project", "prettyplease", "quote", - "rand 0.8.5", + "rand 0.9.1", "syn", "thiserror 2.0.12", "tl_parser", @@ -2920,7 +2920,7 @@ dependencies = [ "prettyplease", "quick_cache", "quote", - "rand 0.8.5", + "rand 0.9.1", "reqwest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 72629089..e9850321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ humantime = "2.2.0" uuid = { version = "1.16", features = ["v4", "fast-rng", "serde"] } dashmap = "6.1.0" pin-project = "1.1.10" -rand = "0.8" +rand = "0.9" bytes = "1.10.1" thiserror = "2.0.11" itertools = "0.14.0"