From 30c926639c18bff06be3d9fda0cdf26e57933688 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:25:07 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.11.0 to 0.13.0 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Release notes](https://github.com/snapview/tokio-tungstenite/releases) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.11.0...v0.13.0) Signed-off-by: dependabot-preview[bot] --- cometd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cometd/Cargo.toml b/cometd/Cargo.toml index 8eeae35..71b06e9 100644 --- a/cometd/Cargo.toml +++ b/cometd/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.104", features = [ "derive" ] } serde_json = "1.0.48" tokio = { version = "0.2.13", features = [ "stream", "sync", "time" ] } tokio-native-tls = "0.1.0" -tokio-tungstenite = { version = "0.11.0", features = [ "tls" ] } +tokio-tungstenite = { version = "0.13.0", features = [ "tls" ] } tungstenite = "0.11.1" thiserror = "1.0.22"