diff --git a/Cargo.lock b/Cargo.lock index 120231c8..835cf310 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,9 +77,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.74" +version = "0.1.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" +checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514" dependencies = [ "proc-macro2", "quote", diff --git a/engineio/Cargo.toml b/engineio/Cargo.toml index 7fd4d9c2..5ea78319 100644 --- a/engineio/Cargo.toml +++ b/engineio/Cargo.toml @@ -22,7 +22,7 @@ tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] } tungstenite = "0.20.1" tokio = "1.16.1" futures-util = { version = "0.3", default-features = false, features = ["sink"] } -async-trait = "0.1.74" +async-trait = "0.1.76" async-stream = "0.3.5" thiserror = "1.0" native-tls = "0.2.11"