From a869e358d552479922e1f8bafcbc6877f9d35def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:57:43 +0000 Subject: [PATCH] build(deps): bump bootloader from 0.9.20 to 0.9.22 Bumps [bootloader](https://github.com/rust-osdev/bootloader) from 0.9.20 to 0.9.22. - [Release notes](https://github.com/rust-osdev/bootloader/releases) - [Changelog](https://github.com/rust-osdev/bootloader/blob/v0.9.22/Changelog.md) - [Commits](https://github.com/rust-osdev/bootloader/compare/v0.9.20...v0.9.22) --- 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..e0c8272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,9 +14,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bootloader" -version = "0.9.20" +version = "0.9.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b0718f186cd449b21f044683933284ed90fb83f3e13949ff0e03b0b6f02e38e" +checksum = "de78decc37247c7cfac5dbf3495c7298c6ac97cb355161caa7e15969c6648e6c" [[package]] name = "cpuio" diff --git a/Cargo.toml b/Cargo.toml index f2243cb..dc1d3ba 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.22", 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"