mirror of
https://github.com/astro/buzzrelay.git
synced 2025-04-23 12:14:13 +00:00
Update Rust crate redis to 0.28
This commit is contained in:
parent
cfdf86aeba
commit
50c47ac94d
2 changed files with 5 additions and 6 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -1,6 +1,6 @@
|
||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
version = 3
|
version = 4
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "addr2line"
|
name = "addr2line"
|
||||||
|
@ -1876,16 +1876,15 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "redis"
|
name = "redis"
|
||||||
version = "0.27.6"
|
version = "0.28.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc"
|
checksum = "ff21dd025d2d3d2a6ad6788c0f7153f82d063216a7638f70367aac5790fea5da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"async-trait",
|
|
||||||
"backon",
|
"backon",
|
||||||
"bytes",
|
"bytes",
|
||||||
"combine",
|
"combine",
|
||||||
"futures",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"itertools 0.13.0",
|
"itertools 0.13.0",
|
||||||
"itoa",
|
"itoa",
|
||||||
|
|
|
@ -30,5 +30,5 @@ metrics-exporter-prometheus = "0.16"
|
||||||
deunicode = "1.4"
|
deunicode = "1.4"
|
||||||
urlencoding = "2"
|
urlencoding = "2"
|
||||||
httpdate = "1"
|
httpdate = "1"
|
||||||
redis = { version = "0.27", features = ["tokio-comp", "connection-manager"] }
|
redis = { version = "0.28", features = ["tokio-comp", "connection-manager"] }
|
||||||
lru = "0.12"
|
lru = "0.12"
|
||||||
|
|
Loading…
Reference in a new issue