From 167c0569e838084f77a93c7a3f08ff5fb0894225 Mon Sep 17 00:00:00 2001 From: Chris Smith <1979423+chris13524@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:47:15 -0500 Subject: [PATCH] fix: RUSTSEC-2023-0065 (#49) --- relay_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay_client/Cargo.toml b/relay_client/Cargo.toml index cdf5e13..a38ec77 100644 --- a/relay_client/Cargo.toml +++ b/relay_client/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.11", features = ["json"] } # WebSocket client dependencies. tokio = { version = "1.22", features = ["rt", "time", "sync", "macros", "rt-multi-thread"] } -tokio-tungstenite = "0.18" +tokio-tungstenite = "0.20" futures-channel = "0.3" tokio-stream = "0.1" tokio-util = "0.7"