summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-20 03:44:30 +0000
committerGitHub <[email protected]>2024-04-20 03:44:30 +0000
commitf51df3dfb4e4b6d1786a89e43b46f60570ec0569 (patch)
tree24ed5c6cc55b03a7853c1014f1b1b10f00ba3f67 /Cargo.toml
parentbcf614f85871f69f1b2b245d6b5beba0ef7e0eaa (diff)
crates: bump redis from 0.25.2 to 0.25.3 (#170)
deps(crates): bump redis from 0.25.2 to 0.25.3 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.2...redis-0.25.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 45f9391..1671b0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ include_dir = "0.7.3"
log = "0.4.21"
poise = "0.6.1"
rand = "0.8.5"
-redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] }
+redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.2.1"
reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls",