From 78dfdc6871f1ce0e7ba1add816ed2c42cee938d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:14:56 +0000 Subject: [PATCH] build(deps): bump rand in the cargo-minor-patch group Bumps the cargo-minor-patch group with 1 update: [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: cargo-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df46419..a79c2af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,9 +1109,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.3", @@ -1256,7 +1256,7 @@ dependencies = [ name = "rtime-ntp" version = "0.14.0" dependencies = [ - "rand 0.10.1", + "rand 0.10.2", "rtime-core", "thiserror", ] @@ -1266,7 +1266,7 @@ name = "rtime-nts" version = "0.14.0" dependencies = [ "aes-siv", - "rand 0.10.1", + "rand 0.10.2", "rtime-core", "rustls", "rustls-pki-types", @@ -1304,7 +1304,7 @@ dependencies = [ "axum", "clap", "nix", - "rand 0.10.1", + "rand 0.10.2", "rtime-clock", "rtime-core", "rtime-metrics",