From c9ea65ed4cecd4433e6f301459180bb05f49bc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:55:16 +0000 Subject: crates: bump rand from 0.8.5 to 0.9.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 58a9bbf..c755aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ dotenvy = "0.15.7" env_logger = "0.11.6" log = "0.4.25" poise = "0.6.1" -rand = "0.8.5" +rand = "0.9.0" redis = { version = "0.28", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.5" reqwest = { version = "0.12.12", default-features = false, features = [ -- cgit v1.2.3