diff --git a/Cargo.lock b/Cargo.lock index a99f1f2..6f3787b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,16 +433,16 @@ dependencies = [ [[package]] name = "async-tungstenite" -version = "0.25.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0f8d64ef9351752fbe5462f242c625d9c4910d2bc3f7ec44c43857ca123f5d" +checksum = "bb786dab48e539c5f17b23bac20d812ac027c01732ed7c7b58850c69a684e46c" 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.2", "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"