From d3903fdbea1c3b25957ceba5345ff6fe051096c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:36:14 +0000 Subject: [PATCH] build(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 | 12 +++++++++--- fav_utils_old/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dfc944..6f26036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,6 +122,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 = "bitflags" version = "1.3.2" @@ -429,7 +435,7 @@ dependencies = [ name = "fav_utils_old" version = "0.0.1-alpha1" dependencies = [ - "base64", + "base64 0.22.0", "chrono", "clap", "clap_complete", @@ -1303,7 +1309,7 @@ version = "0.11.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" dependencies = [ - "base64", + "base64 0.21.7", "bytes", "cookie", "cookie_store", @@ -1373,7 +1379,7 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64", + "base64 0.21.7", ] [[package]] diff --git a/fav_utils_old/Cargo.toml b/fav_utils_old/Cargo.toml index 19d242e..6a421e4 100644 --- a/fav_utils_old/Cargo.toml +++ b/fav_utils_old/Cargo.toml @@ -43,7 +43,7 @@ tracing-subscriber = { version = "0.3" } # Tools qrcode = { version = "0.13", default-features = false } rand = "0.8.5" -base64 = "0.21.7" +base64 = "0.22.0" tempfile = "3.9.0" sanitize-filename = "0.5.0" md5 = "0.7.0"