From d0d1833ac6956b3206d576bdd93d6bdc7f6ce7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:30:19 +0000 Subject: [PATCH] build(deps): update rand requirement from 0.8.5 to 0.9.2 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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 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 b6f9503..855af69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = {version = "4.5.20", features = ["derive"]} dotenv = "0.15.0" lettre = "0.11.10" once_cell = "1.20.2" -rand = "0.8.5" +rand = "0.9.2" reqwest = {version = "0.13.1", features = ["json"]} serde = {version = "1.0.214", features = ["derive"]} serde_json = "1.0.132"