From e3085c97655339520cfe2c8c3b2923b758a766b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:52:11 +0000 Subject: [PATCH] :arrow_up: 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 +++++++- checks/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2d33e38..42fd1df0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,6 +507,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" @@ -2003,7 +2009,7 @@ dependencies = [ name = "nachtwacht-checks" version = "0.2.0" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "chrono", "nachtwacht-models", "pretty_assertions", diff --git a/checks/Cargo.toml b/checks/Cargo.toml index 9be3a38c..dbf538b3 100644 --- a/checks/Cargo.toml +++ b/checks/Cargo.toml @@ -12,7 +12,7 @@ reqwest = { version = "0.11.24", features = ["blocking"] } url = "2.5.0" nachtwacht-models = { path = "../models" } tracing = "0.1.40" -base64 = "0.21.7" +base64 = "0.22.0" [dev-dependencies] pretty_assertions = "1.4.0"