Update Rust crate async-recursion to 1.0.4

This commit is contained in:
renovate[bot] 2023-03-18 09:43:18 +00:00 committed by GitHub
parent 7a4e582f8e
commit dac06de2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -245,13 +245,13 @@ dependencies = [
[[package]]
name = "async-recursion"
version = "1.0.2"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796"
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.105",
"syn 2.0.0",
]
[[package]]

View file

@ -6,7 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-recursion = "1.0.2"
async-recursion = "1.0.4"
actix-web = "4.3.1"
lazy_static = "1.4.0"
redis = { version = "0.22.3", default-features = false, features = ["tokio-comp", "connection-manager"] }