From 0f52f345e361cc344b0397a68cc4a4b96292e16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:54:41 +0000 Subject: [PATCH] Update tungstenite requirement from ^0.17.0 to ^0.19.0 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.19.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 8e29cd5..ff09cef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" sc2-proto = "0.2.3" # sc2-proto = { path = "../sc2-proto-rs" } sc2-macro = { path = "sc2-macro", version = "1" } -tungstenite = { version = "^0.17.0", default-features = false } +tungstenite = { version = "^0.19.0", default-features = false } protobuf = "^2.17.0" ndarray = "^0.15.1" num-traits = "^0.2.12"