From 5215ebdeb4ad3437bbe47c283b5d453194c47917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:14:29 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.8.6 in /app/src/main/rust Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/src/main/rust/Cargo.lock | 6 +++--- app/src/main/rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/rust/Cargo.lock b/app/src/main/rust/Cargo.lock index b4d1b90d..4b18f9d2 100644 --- a/app/src/main/rust/Cargo.lock +++ b/app/src/main/rust/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1933,9 +1933,9 @@ checksum = "5a3866219251662ec3b26fc217e3e05bf9c4f84325234dfb96bf0bf840889e49" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", diff --git a/app/src/main/rust/Cargo.toml b/app/src/main/rust/Cargo.toml index 63bcc3e2..145c84a8 100644 --- a/app/src/main/rust/Cargo.toml +++ b/app/src/main/rust/Cargo.toml @@ -48,7 +48,7 @@ encoding_rs = "0.8.32" anyhow = "1.0.70" zstd = "0.12.3+zstd.1.5.2" bitcoin = "0.30.0" -rand = "0.8.5" +rand = "0.8.6" backtrace = "0.3.68" chrono = "0.4.26" rexif = "0.7.3"