From 5596cb5f96b8a36f59fb2cd5c99d7119b54f1788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 17:02:25 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.18.0 to 0.19.0 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0e28e0..bbbfc2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.64" [dependencies] thiserror = "1.0" tokio = { version = "1.25.0", features = ["full", "tracing"] } -tokio-tungstenite = "0.18.0" +tokio-tungstenite = "0.19.0" tracing = "0.1.37" lazy_static = "1.4.0" config = "0.13.3"