From cf5545ba091be3a9e2f9b280dde2bd272280cd7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:18:52 +0000 Subject: [PATCH] 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b38b4fe..99d5f09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1713,7 +1713,7 @@ dependencies = [ "pubky", "pubky-common", "qrcode", - "rand 0.8.7", + "rand 0.10.2", "reqwest", "serde", "serde_json", @@ -1743,7 +1743,7 @@ dependencies = [ "locks-core", "pubky", "pubky-common", - "rand 0.8.7", + "rand 0.10.2", "serde_json", "sqlx", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index c139fdb..26b0c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ pubky-common = "0.9.0" qrcode = { version = "0.14", default-features = false, features = ["svg"] } pkarr = "6.0.1" percent-encoding = "2" -rand = "0.8" +rand = "0.10" reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] } serde = { version = "1", features = ["derive"] } serde_json = "1"