summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 46de469..5407b8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1435,9 +1435,9 @@ dependencies = [
[[package]]
name = "redis"
-version = "0.25.2"
+version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb"
+checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd"
dependencies = [
"async-trait",
"bytes",
@@ -2063,7 +2063,7 @@ dependencies = [
"log",
"poise",
"rand 0.8.5",
- "redis 0.25.2",
+ "redis 0.25.3",
"redis-macros",
"reqwest 0.12.2",
"serde",