diff --git a/Cargo.lock b/Cargo.lock index ad288d14..7c0455e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,9 +398,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" [[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 886aa98d..063cf81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ required-features = ["testing"] [dependencies] anyhow = "1.0" async-std = { version = "1.12", features = ["attributes", "tokio1"] } -async-trait = "0.1.78" +async-trait = "0.1.79" clap = { version = "4.5", features = ["derive"] } config = "0.14" derivative = "2.2"