mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Update Rust crate redis to 0.23.3
This commit is contained in:
parent
42767868b3
commit
4ad169cacf
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1015,9 +1015,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "0.23.2"
|
||||
version = "0.23.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ffd6543a7bc6428396845f6854ccf3d1ae8823816592e2cbe74f20f50f209d02"
|
||||
checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"async-trait",
|
||||
|
|
|
@ -9,7 +9,7 @@ version = "0.1.0"
|
|||
async-recursion = "1.0.4"
|
||||
actix-web = "4.4.0"
|
||||
lazy_static = "1.4.0"
|
||||
redis = { version = "0.23.2", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
redis = { version = "0.23.3", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
regex = "1.9.4"
|
||||
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.188", default-features = false, features = ["derive"]}
|
||||
|
|
Loading…
Reference in a new issue