From a2aeccc3173f0ac535df72b102b559690e2972c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:41:25 +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 91f747f..82ac044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,9 +195,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 = "basic-toml" diff --git a/Cargo.toml b/Cargo.toml index b5df1ec..d20bf22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ askama = "0.12.0" hyper = { version = "0.14.27", features = ["server", "tcp", "http1", "stream"] } mime_guess = "2.0.4" mime = "0.3.17" -base64 = "0.21.2" +base64 = "0.21.4" percent-encoding = "2.3.0" time = { version = "0.3.28", features = ["formatting"] } clap = { version = "4.4.5", features = ["derive"] }