From 46df31d7bfb554bfa6283a175e9efd4b4b8ead64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:22:27 +0000 Subject: [PATCH] Update base64 requirement from 0.13.1 to 0.21.4 in /gremlin-client Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.1...v0.21.4) --- updated-dependencies: - dependency-name: base64 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 138b9267..101378cf 100644 --- a/gremlin-client/Cargo.toml +++ b/gremlin-client/Cargo.toml @@ -41,7 +41,7 @@ r2d2 = "0.8.3" #Avoids bringing in time crate (https://github.com/time-rs/time/issues/293) chrono = { version = "0.4", default-features = false} lazy_static = "1.3.0" -base64 = "0.13.1" +base64 = "0.21.4" native-tls = "0.2.3" tungstenite = { version = "0.18.0", features = ["native-tls"] } async-tungstenite = { version = "0.18", optional = true, default-features=false}