diff --git a/Cargo.lock b/Cargo.lock index 26092246..f447928f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ dependencies = [ [[package]] name = "heapless" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1edcd5a338e64688fbdcb7531a846cfd3476a54784dcb918a0844682bc7ada5" +checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed" dependencies = [ "hash32", "stable_deref_trait", diff --git a/Cargo.toml b/Cargo.toml index bd8295c3..54b4fa8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ efi-var = [] bitflags = "2.10.0" atomic_refcell = "0.1.13" r-efi = { version = "5.3.0", features = ["efiapi"] } -heapless = "0.9.1" +heapless = "0.9.2" log = "0.4.28" [target.'cfg(target_arch = "aarch64")'.dependencies]