From 4ae0dff472f4b5205db17ce2879f4944dedf413a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:04:52 +0000 Subject: [PATCH] Update base64 requirement from 0.13 to 0.20 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.20.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gcloud/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud/Cargo.toml b/gcloud/Cargo.toml index dac3cb4..14f5c42 100644 --- a/gcloud/Cargo.toml +++ b/gcloud/Cargo.toml @@ -11,7 +11,7 @@ tempfile = "3" [dependencies] tokio-async-std = "1.5" async-trait = "0.1" -base64 = "0.13" +base64 = "0.20" google-cloud = {git = "https://github.com/dalloriam/google-cloud-rs", features = ["full"]} log = "=0.4.17" serde = "^1.0"