From af21db71f3d44d8d1674e6942226ceb7eb942bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 07:36:29 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.10.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.10.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.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1c1821..aabfcf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2247,7 +2247,7 @@ dependencies = [ "keyring", "libc", "pbkdf2", - "rand 0.8.5", + "rand 0.10.0", "regex", "reqwest 0.11.27", "serde", @@ -2358,7 +2358,7 @@ dependencies = [ "pulseengine-mcp-security", "pulseengine-mcp-server", "pulseengine-mcp-transport", - "rand 0.8.5", + "rand 0.10.0", "reqwest 0.11.27", "serde", "serde_json", @@ -2431,7 +2431,7 @@ dependencies = [ "axum", "chrono", "pulseengine-mcp-protocol", - "rand 0.8.5", + "rand 0.10.0", "serde", "serde_json", "thiserror 2.0.12", @@ -2516,7 +2516,7 @@ dependencies = [ "jsonwebtoken", "keyring", "once_cell", - "rand 0.8.5", + "rand 0.10.0", "serde", "serde_json", "serial_test", @@ -2561,9 +2561,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -2919,7 +2919,7 @@ dependencies = [ "http 0.2.12", "mime", "mime_guess", - "rand 0.8.5", + "rand 0.8.7", "thiserror 1.0.69", ] @@ -3912,7 +3912,7 @@ dependencies = [ "http 0.2.12", "httparse", "log", - "rand 0.8.5", + "rand 0.8.7", "rustls", "sha1", "thiserror 1.0.69", @@ -3932,7 +3932,7 @@ dependencies = [ "http 1.3.1", "httparse", "log", - "rand 0.8.5", + "rand 0.8.7", "sha1", "thiserror 1.0.69", "utf-8", diff --git a/Cargo.toml b/Cargo.toml index bae6c66..80cf7f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ dirs = "6.0" # Crypto sha2 = "0.10" base64 = "0.23" -rand = "0.8" +rand = "0.10" # Keyring keyring = { version = "3.5" }