From f2cbe366b9b8965d0afa27e236259d2e42383af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:52:26 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.7 to 0.10.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.7 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.8.7...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b463292..e84fcef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ dependencies = [ "hex", "note-protocol", "note-relay", - "rand 0.8.7", + "rand 0.10.2", "serde", "serde_json", "sha2", @@ -1849,7 +1849,7 @@ dependencies = [ "futures-util", "hex", "note-protocol", - "rand 0.8.7", + "rand 0.10.2", "rusqlite", "serde", "serde_json", @@ -2033,7 +2033,7 @@ dependencies = [ "note-protocol", "note-relay", "notify", - "rand 0.8.7", + "rand 0.10.2", "reqwest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index ee49540..bd0c667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,5 @@ uniffi = "0.28" chacha20poly1305 = { version = "0.10", features = ["std"] } argon2 = "0.5" ed25519-dalek = "2" -rand = "0.8" +rand = "0.10" zeroize = { version = "1", features = ["derive"] }