From 832be50e44f16d689c9c692da16251f2c3f9a454 Mon Sep 17 00:00:00 2001 From: "John Vajda (JV)" Date: Fri, 23 Aug 2024 15:01:31 -0600 Subject: [PATCH] Update Cargo.toml Co-authored-by: Cliff Dyer --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 750730fa..591bd418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,9 +36,11 @@ serde_urlencoded = "0.7" thiserror = "1" tokio = { version = "1.38.0", features = ["full"] } tokio-stream = "0.1.15" -tokio-tungstenite = { version = "0.20.1", features = [ - "rustls-tls-webpki-roots", -], optional = true } +tokio-tungstenite = { + version = "0.20.1", + features = ["rustls-tls-webpki-roots"], + optional = true +} tokio-util = { version = "0.7.1", features = ["codec", "io"] } tungstenite = { version = "0.20.1", optional = true } url = "2"