From f6382b5c948f0b70af464dbd331c91baa999c532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:48:42 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.6 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 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.8.6...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 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 c8f2a81843..77099d22df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4518,7 +4518,7 @@ dependencies = [ "pkcs8", "process-wrap", "pulldown-cmark", - "rand 0.8.6", + "rand 0.10.1", "rayon", "regex", "reqwest 0.13.4", @@ -4613,7 +4613,7 @@ dependencies = [ "goose-mcp", "indicatif", "open", - "rand 0.8.6", + "rand 0.10.1", "regex", "reqwest 0.13.4", "rmcp", @@ -4703,7 +4703,7 @@ dependencies = [ "http 1.4.1", "openssl", "pem", - "rand 0.8.6", + "rand 0.10.1", "rcgen", "reqwest 0.13.4", "rmcp", diff --git a/Cargo.toml b/Cargo.toml index 2774b0a4b5..86808c4f39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ indoc = { version = "2", default-features = false } keyring = { version = "3.6.3", default-features = false, features = ["vendored"] } lru = { version = "0.16", default-features = false } once_cell = { version = "1.21.3", default-features = false, features = ["std"] } -rand = { version = "0.8.5", default-features = false, features = ["std"] } +rand = { version = "0.10.1", default-features = false, features = ["std"] } regex = { version = "1.12.3", default-features = false, features = ["std"] } reqwest = { version = "0.13.2", default-features = false, features = ["multipart", "form"] } rustls = { version = "0.23.31", default-features = false, features = ["aws_lc_rs", "std"] }