Update Rust crate redis to 0.32.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-09-02 00:27:05 +00:00
parent 71cb01c7fc
commit 60e4ca93c7
2 changed files with 3 additions and 3 deletions

View File

@@ -3027,9 +3027,9 @@ dependencies = [
[[package]]
name = "redis"
version = "0.32.4"
version = "0.32.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1"
checksum = "7cd3650deebc68526b304898b192fa4102a4ef0b9ada24da096559cb60e0eef8"
dependencies = [
"combine",
"itoa",