From 9d8ee538998367e1310fbd70541967369d188092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 15:59:26 +0000 Subject: [PATCH] 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 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f512527..e710458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1195,7 +1195,7 @@ dependencies = [ "oauth2", "open", "predicates", - "rand 0.8.6", + "rand 0.9.4", "reqwest", "rusqlite", "serde", diff --git a/Cargo.toml b/Cargo.toml index f696235..42d15a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ httpdate = "1" mime_guess = "2" oauth2 = { version = "5", default-features = false, features = ["reqwest", "rustls-tls"] } open = "5" -rand = "0.8" +rand = "0.9" reqwest = { version = "0.12", default-features = false, features = ["gzip", "json", "multipart", "rustls-tls"] } rusqlite = { version = "0.32", features = ["bundled"] } serde = { version = "1", features = ["derive"] }