From 471a09470bf023b603a51e8bba8fcfe70b544809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:09:49 +0000 Subject: [PATCH] Bump base64 from 0.13.1 to 0.22.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 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.1...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cf51ab..eb5babf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,12 +194,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.7" @@ -2895,7 +2889,7 @@ version = "2.0.2" dependencies = [ "askama", "askama_rocket", - "base64 0.13.1", + "base64 0.22.1", "bincode", "chrono", "diesel", diff --git a/Cargo.toml b/Cargo.toml index 549ee4c..e052d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Rien Maertens "] [dependencies] askama = { git = "https://github.com/djc/askama.git", rev = "40bb338", features = ["with-rocket", "mime", "mime_guess"] } askama_rocket = { git = "https://github.com/djc/askama.git", rev = "40bb338" } -base64 = "0.13" +base64 = "0.22" bincode = "1.0" pwhash = "1.0" chrono = { version = "0.4", features = ["serde"] }