summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-03 16:04:41 +0000
committerGitHub <[email protected]>2025-03-03 16:04:41 +0000
commit53c1c253a63ef5940925219fa37b1bb1d72dc978 (patch)
tree12ddb1ca5387fdfbc9ae17dfa499cc9d06c0134e /Cargo.toml
parent860ff541df4fff44d1d308a337e2dcc27fef32da (diff)
crates: bump redis from 0.28.2 to 0.29.1dependabot/cargo/redis-0.29.1
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.28.2 to 0.29.1. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.28.2...redis-0.29.1) --- updated-dependencies: - dependency-name: redis 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..abd84d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ env_logger = "0.11.6"
log = "0.4.25"
poise = "0.6.1"
rand = "0.8.5"
-redis = { version = "0.28", features = ["tokio-comp", "tokio-rustls-comp"] }
+redis = { version = "0.29", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.5"
reqwest = { version = "0.12.12", default-features = false, features = [
"rustls-tls",