fix(deps): update rust crate redis to 0.25.3

This commit is contained in:
renovate[bot] 2024-04-30 20:41:57 +00:00 committed by GitHub
parent 9b7c3d501f
commit 62cb8e2814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1408,9 +1408,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",