From a1975fecce119a5cbbade1813ed794a958c8b485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 09:33:56 +0000 Subject: [PATCH] chore: bump tokio-tungstenite from 0.15.0 to 0.16.1 Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.15.0 to 0.16.1. - [Release notes](https://github.com/snapview/tokio-tungstenite/releases) - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.15.0...v0.16.1) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) 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" }