From a37e3dddf7a2e691c2de9b9c3501c779947cb0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:20:23 +0000 Subject: [PATCH] Bump bootloader from 0.9.22 to 0.9.23 (#414) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e022b82..2a494747 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "bootloader" -version = "0.9.22" +version = "0.9.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de78decc37247c7cfac5dbf3495c7298c6ac97cb355161caa7e15969c6648e6c" +checksum = "b6e02311b16c9819e7c72866d379cdd3026c3b7b25c1edf161f548f8e887e7ff" [[package]] name = "byteorder" diff --git a/Cargo.toml b/Cargo.toml index 71dc2a3c..cb4f7e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ acpi = "4.1.0" aml = "0.16.1" base64 = { version = "0.13.0", default-features = false } bit_field = "0.10.0" -bootloader = { version = "0.9.22", features = ["map_physical_memory"] } +bootloader = { version = "0.9.23", features = ["map_physical_memory"] } float-cmp = "0.9.0" hmac = { version = "0.12.1", default-features = false } lazy_static = { version = "1.4.0", features = ["spin_no_std"] }