summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 915dc22..51b41f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1426,9 +1426,9 @@ dependencies = [
[[package]]
name = "redis"
-version = "0.25.3"
+version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd"
+checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec"
dependencies = [
"async-trait",
"bytes",