From dc077c247ed2cd87e3e897dc98d5d9cd38be4ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 07:34:33 +0000 Subject: [PATCH] chore(cargo): update rand requirement from 0.8 to 0.9 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.0...0.9.0) --- updated-dependencies: - dependency-name: rand 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 3447241..bc79cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { version = "0.12", features = ["json", "cookies"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["serde_derive"] } thiserror = "1.0" -rand = "0.8" +rand = "0.9" reqwest_cookie_store = "0.8" typed-builder = "0.20" fang = { version = "0.10.3", features = ["asynk"], default-features = false }