From f4615c88145b8bda6beccf26ed95572cf61e7aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:03:01 +0000 Subject: [PATCH] build(deps): update rand requirement from 0.8.5 to 0.10.1 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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcdf7cb..8e022e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ headers = "0.4.0" hex = "0.4.3" http-body-util = "0.1.2" jsonwebtoken = { version = "10", features = ["rust_crypto"] } -rand = "0.8.5" +rand = "0.10.1" reqwest = { version = "0.12.9", features = ["blocking"] } rustls = "0.23.20" serde = { version = "1.0.216", features = ["derive"] }