summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-11 15:23:00 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-11 15:25:09 +0000
commit5cb1b751ea5253e3b93647c26fd0389dc0dadd1c (patch)
tree2290fc701630030cce94c0c59bf0ee83ec82728e /Cargo.toml
parentf8905bfc7fe65741d5f501d4ae210b3c26ef62de (diff)
deps(crates): bump redis from 0.23.3 to 0.24.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.24.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.24.0) --- 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 fb17625..62fec73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ log = "0.4.20"
poise = "0.5.7"
once_cell = "1.19.0"
rand = "0.8.5"
-redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] }
+redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.2.1"
reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",