fix(deps): update rust crate redis to 0.28.0 (#492)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-08 14:44:49 +00:00 committed by GitHub
parent 4cd9b99ddd
commit b677a4de28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -1851,12 +1851,11 @@ dependencies = [
[[package]]
name = "redis"
version = "0.27.6"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc"
checksum = "ff21dd025d2d3d2a6ad6788c0f7153f82d063216a7638f70367aac5790fea5da"
dependencies = [
"arc-swap",
"async-trait",
"bytes",
"combine",
"futures-util",