From 1ad1f6cfb815069f816b8b4cd0c375b179fc2afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:17:20 +0000 Subject: [PATCH] Bump base64 from 0.13.0 to 0.22.1 in /rosey Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rosey/Cargo.lock | 14 ++++++++++---- rosey/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/rosey/Cargo.lock b/rosey/Cargo.lock index 3644b6c..ca1e8b1 100644 --- a/rosey/Cargo.lock +++ b/rosey/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ "actix-service", "actix-utils", "ahash 0.7.6", - "base64", + "base64 0.13.1", "bitflags", "brotli", "bytes", @@ -325,9 +325,15 @@ dependencies = [ [[package]] name = "base64" -version = "0.13.0" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + +[[package]] +name = "base64" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bincode" @@ -2065,7 +2071,7 @@ dependencies = [ "actix-files", "actix-web", "anyhow", - "base64", + "base64 0.22.1", "charabia", "clap 2.33.3", "figment", diff --git a/rosey/Cargo.toml b/rosey/Cargo.toml index 49b8c08..15ddb46 100644 --- a/rosey/Cargo.toml +++ b/rosey/Cargo.toml @@ -12,7 +12,7 @@ figment = { version = "0.10.7", features = ["env", "toml", "json", "yaml"] } kuchiki = "0.8.1" serde_json = { version = "1.0", features = ["preserve_order"] } globwalk = "0.8.1" -base64 = "0.13.0" +base64 = "0.22.1" sha2 = "0.10.6" serde = { version = "1.0", features = ["derive"] } html5ever = "0.25.2"