From c0ba5380204ae3b7de5ccfaee54fb8c466848943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 16:27:09 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.6 to 0.9.4 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/inbx-pgp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e9c425..5c289d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2729,7 +2729,7 @@ dependencies = [ "base64", "keyring", "pgp", - "rand 0.8.6", + "rand 0.9.4", "reqwest", "serde", "sha1", diff --git a/crates/inbx-pgp/Cargo.toml b/crates/inbx-pgp/Cargo.toml index abdf230..4e93b94 100644 --- a/crates/inbx-pgp/Cargo.toml +++ b/crates/inbx-pgp/Cargo.toml @@ -19,7 +19,7 @@ async-trait.workspace = true pgp.workspace = true which.workspace = true tempfile.workspace = true -rand = "0.8" +rand = "0.9" smallvec = "1" base64.workspace = true sha1.workspace = true