From 8c80f68417df569c8054b02c06c5cf6bea3b7e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:05:11 +0000 Subject: [PATCH] build(deps): bump bootloader from 0.9.20 to 0.9.23 Bumps [bootloader](https://github.com/rust-osdev/bootloader) from 0.9.20 to 0.9.23. - [Release notes](https://github.com/rust-osdev/bootloader/releases) - [Changelog](https://github.com/rust-osdev/bootloader/blob/v0.9.23/Changelog.md) - [Commits](https://github.com/rust-osdev/bootloader/compare/v0.9.20...v0.9.23) --- updated-dependencies: - dependency-name: bootloader 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 2b43480..15ca282 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,9 +14,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bootloader" -version = "0.9.20" +version = "0.9.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b0718f186cd449b21f044683933284ed90fb83f3e13949ff0e03b0b6f02e38e" +checksum = "b6e02311b16c9819e7c72866d379cdd3026c3b7b25c1edf161f548f8e887e7ff" [[package]] name = "cpuio" diff --git a/Cargo.toml b/Cargo.toml index f2243cb..ebf94c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Bernardo Meurer "] edition = "2018" [dependencies] -bootloader = { version = "0.9.20", features = ["map_physical_memory"] } +bootloader = { version = "0.9.23", features = ["map_physical_memory"] } lazy_static = { version = "1.4.0", features = ["spin_no_std"] } linked_list_allocator = "0.10.0" pc-keyboard = "0.5.1"