From d4363ccf44151410a8440e65a5282191d5e71727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:49:11 +0000 Subject: [PATCH] Bump async-tungstenite from 0.25.0 to 0.26.1 Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.25.0 to 0.26.1. - [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md) - [Commits](https://github.com/sdroege/async-tungstenite/compare/0.25.0...0.26.1) --- updated-dependencies: - dependency-name: async-tungstenite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++------- Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a99f1f2..a8a95c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,16 +433,16 @@ dependencies = [ [[package]] name = "async-tungstenite" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0f8d64ef9351752fbe5462f242c625d9c4910d2bc3f7ec44c43857ca123f5d" +checksum = "67824e7945b9a2bf2057a363ab01b103e3217962afe0f3b789e6df8b13ac0a86" dependencies = [ "async-std", "futures-io", "futures-util", "log", "pin-project-lite 0.2.12", - "tungstenite 0.21.0", + "tungstenite 0.23.0", ] [[package]] @@ -3472,7 +3472,7 @@ dependencies = [ "async-lock 3.3.0", "async-std", "async-trait", - "async-tungstenite 0.25.0", + "async-tungstenite 0.26.1", "clap", "config", "derivative", @@ -3928,9 +3928,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.21.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" +checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" dependencies = [ "byteorder", "bytes", @@ -3941,7 +3941,6 @@ dependencies = [ "rand 0.8.5", "sha1 0.10.5", "thiserror", - "url", "utf-8", ] diff --git a/Cargo.toml b/Cargo.toml index 048d3e1..997bb75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ vbs = "0.1" # Dependencies enabled by feature `testing` async-compatibility-layer = { version = "1.1", features = ["logging-utils"], optional = true } -async-tungstenite = { version = "0.25", features = ["async-std-runtime"], optional = true } +async-tungstenite = { version = "0.26", features = ["async-std-runtime"], optional = true } [target.'cfg(not(windows))'.dependencies] signal-hook-async-std = "0.2.2" @@ -77,5 +77,5 @@ signal-hook-async-std = "0.2.2" ark-serialize = { version = "0.4", features = ["derive"] } ark-std = "0.4.0" async-compatibility-layer = { version = "1.1", features = ["logging-utils"] } -async-tungstenite = { version = "0.25", features = ["async-std-runtime"] } +async-tungstenite = { version = "0.26", features = ["async-std-runtime"] } portpicker = "0.1"