From 0822f3f43c3b70c7d54ee31efb45dcd561fa91a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:47:39 +0000 Subject: [PATCH] chore(deps): bump base64 from 0.21.7 to 0.22.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d471298..619de66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,6 +431,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "base64-simd" version = "0.8.0" @@ -508,7 +514,7 @@ dependencies = [ "aws-sdk-ec2", "aws-sdk-ssm", "aws-smithy-runtime", - "base64 0.21.7", + "base64 0.22.0", "color-eyre", "digitalocean-rs", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index f1e02b6..ee4f457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rand = { version = "0.8.5", features = ["log", "serde"] } async-trait = "0.1.74" names = "0.14.0" linode-rs = { version = "0.1.3", default-features = false, features = ["default-rustls"] } -base64 = "0.21.7" +base64 = "0.22.0" trait_enum = "0.5.0" aws-config = { version = "1.1.1", default-features = false, features = ["rt-tokio", "behavior-version-latest"] } aws-sdk-ec2 = { version = "1.13.0", default-features = false, features = ["rt-tokio", "behavior-version-latest"] }