diff --git a/Cargo.lock b/Cargo.lock index 648c4749..e4104542 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,9 +86,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/engineio/Cargo.toml b/engineio/Cargo.toml index 9bc5433f..13ae54d0 100644 --- a/engineio/Cargo.toml +++ b/engineio/Cargo.toml @@ -25,7 +25,7 @@ tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] } tungstenite = "0.21.0" tokio = "1.36.0" futures-util = { version = "0.3", default-features = false, features = ["sink"] } -async-trait = "0.1.79" +async-trait = "0.1.80" async-stream = "0.3.5" thiserror = "1.0" native-tls = "0.2.11"