fix(deps): update rust crate async-trait to 0.1.74 (#3571)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-10 14:04:13 +02:00 committed by GitHub
parent e47db78d48
commit 31c4bef912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ reqwest = { version = "0.11.11", default-features = false, features = ["rustls-t
sha2 = { version = "0.10.2", features = ["std"] }
anyhow = "1"
tracing = "0.1"
async-trait = "0.1.67"
async-trait = "0.1.74"
futures = { version = "0.3.27", features = ["thread-pool"] }
schemars = { version = "0.8", features = ["url"] }
serde = "1"