From 742abcee59f3f4af01f4df9937804cd921267b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:49:35 +0000 Subject: [PATCH] Bump base64 from 0.13.1 to 0.21.5 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.21.5. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.1...v0.21.5) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9caa045..6402dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.13.1" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" +checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" [[package]] name = "bit_field" diff --git a/Cargo.toml b/Cargo.toml index 094e567..ea0941f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serial = [] [dependencies] acpi = "4.1.0" aml = "0.16.1" -base64 = { version = "0.13.1", default-features = false } +base64 = { version = "0.21.5", default-features = false } bit_field = "0.10.0" bootloader = { version = "0.9.23", features = ["map_physical_memory"] } hmac = { version = "0.12.1", default-features = false }