From 65877fb4fc7f7d4f36adc8ed0a8ca4f4ddb1c08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:03:13 +0000 Subject: [PATCH] Update rand requirement from 0.8.5 to 0.10.2 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.5...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- honeybadger/Cargo.toml | 2 +- squirrel/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/honeybadger/Cargo.toml b/honeybadger/Cargo.toml index ec453c0..135b9ab 100644 --- a/honeybadger/Cargo.toml +++ b/honeybadger/Cargo.toml @@ -8,7 +8,7 @@ base64 = "0.22.0" bdk = { version = "0.30.1", features = ["keys-bip39"] } hex = "0.4.3" log = "0.4.17" -rand = "0.8.5" +rand = "0.10.2" secp256k1 = { version = "0.27.0", features = ["global-context"] } serde_json = "1.0" tokio = "1.32.0" diff --git a/squirrel/Cargo.toml b/squirrel/Cargo.toml index f6f75c8..4387363 100644 --- a/squirrel/Cargo.toml +++ b/squirrel/Cargo.toml @@ -13,6 +13,6 @@ bdk = { version = "0.30.1", features = ["keys-bip39"] } [dev-dependencies] bitcoin = { version = "0.29.2" } ctor = "0.2.0" -rand = "0.8.5" +rand = "0.10.2" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" }