diff --git a/Cargo.lock b/Cargo.lock index 70e325ad..69a1ac3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,9 +588,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 67a094ac..1c0ea046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ tokio = { version = "1.36.0", features = ["macros", "full"] } futures = "0.3.30" futures-util = { version = "0.3.30" } async-stream = "0.3.5" -async-trait = { version = "0.1.79" } +async-trait = { version = "0.1.80" } crossbeam-channel = { version = "0.5.12" } syn = { version = "2.0.60", features = ["full"] }