diff --git a/Cargo.lock b/Cargo.lock index bd9ea68..f47e812 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "async-trait" -version = "0.1.78" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0940fba..1f0c2df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ colored = "2.1.0" futures = { version = "0.3.30", default-features = true, features = ["async-await"] } env_logger = "0.11.3" log = "0.4.21" -async-trait = "0.1.78" +async-trait = "0.1.79" pretty_assertions = "1.4.0" [dependencies.clap]