diff --git a/Cargo.lock b/Cargo.lock index 81482a7f..57bf61b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "bootloader" -version = "0.8.8" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ed4f735c4e455ba86a3d2939b1c0729414153642106c9d035693355630a42c" +checksum = "44ac0bdf4930c3c4d7f0d04eb6f15d7dcb9d5972b1ff9cd2bee0128112260fc7" [[package]] name = "lazy_static" diff --git a/Cargo.toml b/Cargo.toml index 55993afa..25624b2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "should_panic" harness = false [dependencies] -bootloader = "0.8.0" +bootloader = "0.9.3" volatile = "0.2.6" spin = "0.5.2" x86_64 = "0.9.6"