diff --git a/Cargo.lock b/Cargo.lock index ce726f9191..b187352635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ dependencies = [ [[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 0a85123b59..13384d6f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ talc = { version = "4" } time = { version = "0.3", default-features = false } zerocopy = { version = "0.7", features = ["derive"] } build-time = "0.1.3" -async-trait = "0.1.78" +async-trait = "0.1.79" async-lock = { version = "3.3.0", default-features = false } simple-shell = { version = "0.0.1", optional = true }