From 053b83d1fa084d74644caabf292e58139b942cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 04:46:35 +0000 Subject: [PATCH] Update tungstenite requirement from 0.20.1 to 0.21.0 in /gremlin-client Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.20.1...v0.21.0) --- updated-dependencies: - dependency-name: tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gremlin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin-client/Cargo.toml b/gremlin-client/Cargo.toml index eda2c516..ee1ebf29 100644 --- a/gremlin-client/Cargo.toml +++ b/gremlin-client/Cargo.toml @@ -43,7 +43,7 @@ chrono = { version = "0.4", default-features = false} lazy_static = "1.3.0" base64 = "0.21.4" native-tls = "0.2.3" -tungstenite = { version = "0.20.1", features = ["native-tls"] } +tungstenite = { version = "0.21.0", features = ["native-tls"] } async-tungstenite = { version = "0.23", optional = true, default-features=false} async-std = { version = "1.4.0", optional = true, features = ["unstable","attributes"] } async-trait = { version = "0.1.10", optional = true }