mirror of
https://github.com/astro/buzzrelay.git
synced 2025-04-16 08:44:28 +00:00
fix(deps): update rust crate redis to 0.29
This commit is contained in:
parent
86cb57a82b
commit
fe568614b6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1888,9 +1888,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "0.28.2"
|
||||
version = "0.29.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e37ec3fd44bea2ec947ba6cc7634d7999a6590aca7c35827c250bc0de502bda6"
|
||||
checksum = "9568894e8bdefd16512bca9e286a9d2abc27773609aa4eb7f428497d64df4373"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"backon",
|
||||
|
|
|
@ -30,5 +30,5 @@ metrics-exporter-prometheus = "0.16"
|
|||
deunicode = "1.4"
|
||||
urlencoding = "2"
|
||||
httpdate = "1"
|
||||
redis = { version = "0.28", features = ["tokio-comp", "connection-manager"] }
|
||||
redis = { version = "0.29", features = ["tokio-comp", "connection-manager"] }
|
||||
lru = "0.13"
|
||||
|
|
Loading…
Reference in a new issue