From 11ecee81bf06d86a66464fb3f991652ee53a057a Mon Sep 17 00:00:00 2001 From: Devin Jean Date: Fri, 29 Sep 2023 16:24:37 -0500 Subject: [PATCH] fix audit issue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25eb693..2e8c683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ tokio = { version = "1", default-features = false, features = ["macros", "rt-mul futures = { version = "0.3.28", default-features = false, optional = true } async-channel = { version = "1.9.0", default-features = false, optional = true } reqwest = { version = "0.11", default-features = false, features = ["json"], optional = true } -tokio-tungstenite = { version = "0.19.0", default-features = false, features = ["connect"], optional = true } +tokio-tungstenite = { version = "0.20.1", default-features = false, features = ["connect"], optional = true } names = { version = "0.14.0", default-features = false, optional = true } uuid = { version = "1.4.1", default-features = false, features = ["v4", "fast-rng"], optional = true } rand_chacha = { version = "0.3.1", default-features = false, optional = true }