From f576debce30d7ced05630289a40cf868147ec4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:06:20 +0000 Subject: [PATCH] build(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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e812282..008a276b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ name = "coreos-installer" version = "0.21.0" dependencies = [ "anyhow", - "base64 0.21.7", + "base64 0.22.0", "bincode", "byte-unit", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 621d4514..3f309bc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ debug = true [dependencies] anyhow = ">= 1.0.38, < 2" -base64 = ">= 0.21, < 0.22" +base64 = ">= 0.21, < 0.23" bincode = "^1.3" bytes = ">= 1.0.1, < 2" byte-unit = ">= 3.1.0, < 5.0.0"