From 5f5ad7fa632a94d511d0e8ff33c12742119da76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:54:22 +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 +++++++- apps/server/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 228b2cb..7f5976c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,6 +292,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 = "base64ct" version = "1.6.0" @@ -2830,7 +2836,7 @@ dependencies = [ "axum 0.7.4", "axum-extra", "axum-tracing-opentelemetry", - "base64 0.21.7", + "base64 0.22.0", "config", "dotenvy", "email_address", diff --git a/apps/server/Cargo.toml b/apps/server/Cargo.toml index 530817c..74c0aaa 100644 --- a/apps/server/Cargo.toml +++ b/apps/server/Cargo.toml @@ -12,7 +12,7 @@ name = "swu-app" [dependencies] anyhow = "1.0.79" -base64 = "0.21.4" +base64 = "0.22.0" config = "0.14.0" jsonwebtoken = "9.2.0" once_cell = "1.19.0"