Update Rust crate redis to 0.28

This commit is contained in:
renovate[bot] 2025-01-08 17:56:27 +00:00 committed by GitHub
parent cfdf86aeba
commit 50c47ac94d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@ -1876,16 +1876,15 @@ 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",
"backon",
"bytes",
"combine",
"futures",
"futures-channel",
"futures-util",
"itertools 0.13.0",
"itoa",

View file

@ -30,5 +30,5 @@ metrics-exporter-prometheus = "0.16"
deunicode = "1.4"
urlencoding = "2"
httpdate = "1"
redis = { version = "0.27", features = ["tokio-comp", "connection-manager"] }
redis = { version = "0.28", features = ["tokio-comp", "connection-manager"] }
lru = "0.12"