From b9f59ed888fa1e9dc89422ff6b7e7734d72c9f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 07:09:55 +0000 Subject: [PATCH] Bump base64 from 0.20.0 to 0.21.2 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.20.0 to 0.21.2. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.20.0...v0.21.2) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5813d3e..f63597e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,9 +64,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.20.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" +checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" [[package]] name = "bitflags" @@ -928,7 +928,7 @@ dependencies = [ name = "rustbot" version = "0.1.0" dependencies = [ - "base64 0.20.0", + "base64 0.21.2", "cached", "dotenv", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 89209f3..96590ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.16", features = ["macros", "signal", "rt-multi-thread"] } dotenv = { version = "0.15.0" } serenity = "0.11.5" regex = "1.7.3" -base64 = "0.20.0" +base64 = "0.21.2" process_control = "4.0" cached = "0.42.0" lazy_static = "1.4.0"