From db17250295d495c3e0819f728feac2aec55abe9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:58:13 +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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8cb551..c65d7fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ name = "bl" version = "0.1.0" dependencies = [ "artifact", - "base64 0.21.7", + "base64 0.22.0", "bytes", "chrono", "clients", diff --git a/Cargo.toml b/Cargo.toml index 9f63054..df83aed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ codegen-units = 1 [workspace.dependencies] axum = { version = "0.7.4", features = ["macros", "tracing"] } axum-login = "0.13" -base64 = { version = "0.21" } +base64 = { version = "0.22" } bytes = "1.5.0" cfg-if = "1" color-eyre = "0.6"