From faee9a8ca5dffd2f594beb98cca72792b84b3c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 03:28:56 +0000 Subject: [PATCH] Update tungstenite requirement from 0.17 to 0.18 Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. - [Release notes](https://github.com/snapview/tungstenite-rs/releases) - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: 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 565c7e4..2495a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ signal-hook = "0.3" surf = { version = "2", default-features = false, features = ["h1-client"] } tempfile = "3" tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] } -tungstenite = "0.17" +tungstenite = "0.18" url = "2" [target.'cfg(target_os = "linux")'.dev-dependencies]