From 15f7354a4e965b741a7d24404947c31f7e91c65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:03:44 +0000 Subject: [PATCH] build(deps): bump rand in the rand group across 1 directory Bumps the rand group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.10.1 to 0.10.2 - [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.1...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rand ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f18b9293e..2e5c6f8a16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,7 +974,7 @@ dependencies = [ "idna", "ipnet", "jni", - "rand 0.10.1", + "rand 0.10.2", "thiserror", "tinyvec", "tokio", @@ -994,7 +994,7 @@ dependencies = [ "jni", "once_cell", "prefix-trie", - "rand 0.10.1", + "rand 0.10.2", "ring", "thiserror", "tinyvec", @@ -1019,7 +1019,7 @@ dependencies = [ "ndk-context", "once_cell", "parking_lot", - "rand 0.10.1", + "rand 0.10.2", "resolv-conf", "smallvec", "system-configuration", @@ -1788,7 +1788,7 @@ dependencies = [ "ahash", "linkerd-stack", "parking_lot", - "rand 0.10.1", + "rand 0.10.2", "tokio-test", "tower-test", "tracing", @@ -1863,7 +1863,7 @@ dependencies = [ "futures", "pin-project", "quickcheck", - "rand 0.10.1", + "rand 0.10.2", "thiserror", "tokio", ] @@ -2056,7 +2056,7 @@ version = "0.1.0" dependencies = [ "http", "linkerd2-proxy-api", - "rand 0.10.1", + "rand 0.10.2", "regex", "thiserror", "tracing", @@ -2300,7 +2300,7 @@ dependencies = [ "parking_lot", "prometheus-client", "quickcheck", - "rand 0.10.1", + "rand 0.10.2", "tokio", "tokio-test", "tower", @@ -2786,7 +2786,7 @@ dependencies = [ "linkerd-stack", "linkerd-tracing", "opentelemetry-semantic-conventions", - "rand 0.10.1", + "rand 0.10.2", "thiserror", "tokio", "tower", @@ -3507,7 +3507,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b" dependencies = [ - "rand 0.10.1", + "rand 0.10.2", ] [[package]] @@ -3543,9 +3543,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom 0.4.2",