From 9df7498410b902fca679b3c63a8e83ecc6f6abe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:13:34 +0000 Subject: [PATCH] Bump rand from 0.10.0 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.1. - [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.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6d1b5d..8ef881b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ version = "0.4.0" dependencies = [ "agent-runtime", "chrono", - "rand 0.10.0", + "rand 0.10.1", "serde", "serde_json", "serde_yaml", @@ -29,7 +29,7 @@ dependencies = [ "md5", "papaya", "parking_lot", - "rand 0.10.0", + "rand 0.10.1", "reqwest 0.11.27", "rust-mcp-sdk", "serde", @@ -1914,9 +1914,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.1", diff --git a/Cargo.toml b/Cargo.toml index 9fbeb48..7b0e9f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ dashmap = "6.1.0" parking_lot = "0.12.5" futures = "0.3.32" chrono = { version = "0.4.44", features = ["serde"] } -rand = "0.10.0" +rand = "0.10.1" md5 = "0.7" papaya = "0.2.4"