From 6519822084d6038f000846375965a1c7aba8f8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:53:01 +0000 Subject: [PATCH] build(deps): 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- bin/all-o-stasis/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2fffc5..11fc436 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ "futures", "hex", "otp", - "rand 0.10.0", + "rand 0.10.1", "reqwest", "serde", "serde_json", @@ -1768,7 +1768,7 @@ checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b" dependencies = [ "env_logger", "log", - "rand 0.10.0", + "rand 0.10.1", ] [[package]] @@ -1881,9 +1881,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.2", diff --git a/bin/all-o-stasis/Cargo.toml b/bin/all-o-stasis/Cargo.toml index 977d02e..7a7536b 100644 --- a/bin/all-o-stasis/Cargo.toml +++ b/bin/all-o-stasis/Cargo.toml @@ -12,7 +12,7 @@ chrono = "0.4.38" cookie = "0.18" firestore = "0.44" futures = "0.3" -rand = "0.10.0" +rand = "0.10.1" reqwest = { version = "0.12", features = ["blocking", "json"] } serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.117"