Update Rust crate async-trait to 0.1.58 - autoclosed #9

Closed
kjuulh wants to merge 1 commits from renovate/async-trait-0.x into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8ac40b7e9f - Show all commits

4
Cargo.lock generated
View File

@ -199,9 +199,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.56"
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
dependencies = [
"proc-macro2",
"quote",

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
anyhow = { version = "*" }
async-trait = { version = "0.1.56" }
async-trait = { version = "0.1.58" }
futures = "0.3.21"
tracing = "0.1"
lazy_static = "1.4.0"