summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-03 15:25:17 +0000
committerGitHub <[email protected]>2024-06-03 15:25:17 +0000
commitf14e1383656d65ad1b78e99652ff763e9f93c769 (patch)
tree3e06ed220f15a57c310c9d33e08109164c27ed49 /Cargo.toml
parent3393f3adb441443ac1514901a8c7f2ce4736c101 (diff)
crates: bump redis from 0.25.3 to 0.25.4 (#193)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.3...redis-0.25.4) --- 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 8bf71a1..8701024 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.3", features = ["tokio-comp", "tokio-rustls-comp"] }
+redis = { version = "0.25.4", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.3.0"
reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",