diff --git a/Cargo.lock b/Cargo.lock index 1e474230..6aa2d765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.73" +version = "0.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6ac6c338..7b823109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [workspace.dependencies] anyhow = "1" -async-trait = "0.1.68" +async-trait = "0.1.74" axum = "0.6.20" # web framework axum-macros = "0.3.8" clap = { version = "4.4.6", features = ["derive"] } # command-line parser