From ee5779724be26c137a04d5d109dbe8d6880822f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 23:44:23 +0000 Subject: [PATCH] Bump bootloader from 0.9.19 to 0.9.20 (#290) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b583b4f4..77476ddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "bootloader" -version = "0.9.19" +version = "0.9.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c452074efc3c0bfb241fb7bc87df04741c7c85e926f6a07c05f8fbd6008240" +checksum = "6b0718f186cd449b21f044683933284ed90fb83f3e13949ff0e03b0b6f02e38e" [[package]] name = "byteorder" diff --git a/Cargo.toml b/Cargo.toml index e7ae8957..a366e711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ acpi = "4.1.0" aml = "0.16.0" base64 = { version = "0.13.0", default-features = false } bit_field = "0.10.0" -bootloader = { version = "0.9.19", features = ["map_physical_memory"] } +bootloader = { version = "0.9.20", features = ["map_physical_memory"] } float-cmp = "0.9.0" hmac = { version = "0.12.0", default-features = false } lazy_static = { version = "1.4.0", features = ["spin_no_std"] }