diff --git a/Cargo.lock b/Cargo.lock index 37b09b14..ea5db6fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1671,7 +1671,7 @@ dependencies = [ "serial_test", "tokio", "tokio-stream", - "tokio-tungstenite 0.15.0", + "tokio-tungstenite 0.16.1", "tracing", "tracing-subscriber", "url", @@ -2146,15 +2146,14 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "511de3f85caf1c98983545490c3d09685fa8eb634e57eec22bb4db271f46cbd8" +checksum = "e80b39df6afcc12cdf752398ade96a6b9e99c903dfdc36e53ad10b9c366bca72" dependencies = [ "futures-util", "log", - "pin-project", "tokio", - "tungstenite 0.14.0", + "tungstenite 0.16.0", ] [[package]] @@ -2271,9 +2270,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5" +checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1" dependencies = [ "base64", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index a5a7af1d..67999659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ serde_with = "1.11.0" secp256k1 = { version = "0.20.3", features = ["global-context", "serde"] } tokio = { version = "1", features = ["full"] } tokio-stream = { version = "0.1.8" } -tokio-tungstenite = { version = "0.15.0" } +tokio-tungstenite = { version = "0.16.1" } tracing = "0.1" tracing-subscriber = "0.3" url = { version = "2.2.2" }