summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-10 15:55:16 +0000
committerGitHub <[email protected]>2025-02-10 15:55:16 +0000
commitc9ea65ed4cecd4433e6f301459180bb05f49bc07 (patch)
tree9c8ea86d675bd078a7ae44234a2382983b27ca22 /Cargo.toml
parente769f685b3a0a530a4e0c582d021861c5d612b4f (diff)
crates: bump rand from 0.8.5 to 0.9.0dependabot/cargo/rand-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] <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 = [