From aa7a7d2ba2fec8afc2f564e10b70e4d49ee1ddeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:32:00 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.2 to 0.21.4 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.21.4. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.21.4) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d193dfa..7d2d01b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.2" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 61294b7..789f08c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Hemant Rajput <68769346+rajput-hemant@users.noreply.github.com>"] [dependencies] axum = "0.6.20" -base64 = "0.21.2" +base64 = "0.21.4" dotenv = "0.15.0" openssl = "0.10.56" reqwest = { version = "0.11.18", features = ["serde_json", "json"] }