diff --git a/Cargo.lock b/Cargo.lock index cdff442..2eac547 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.72" +version = "0.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" +checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6c14fce..80e0e1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "docs/README.md" default = [] [dependencies] -async-trait = "0.1.72" +async-trait = "0.1.74" tokio = { version = "1.30.0", features = ["rt", "rt-multi-thread", "macros"] } clap = "4.3.21" clap_complete = "4.3.2"