From 7fe37c0a4a7954407dccab9b8f20f382c4bd4186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:32:30 +0200 Subject: [PATCH] Update base64 requirement from 0.13.1 to 0.21.4 in /gremlin-client (#195) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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}