diff --git a/Cargo.lock b/Cargo.lock index 39b2c6d..f47e015 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "linked_list_allocator" -version = "0.9.1" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a" +checksum = "2b23ac50abb8261cb38c6e2a7192d3302e0836dac1628f6a93b82b4fad185897" dependencies = [ "spinning_top", ] diff --git a/Cargo.toml b/Cargo.toml index c14e83b..96650af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ x86_64 = "0.15.0" uart_16550 = "0.3.0" pic8259 = "0.11.0" pc-keyboard = "0.5.0" -linked_list_allocator = "0.9.0" +linked_list_allocator = "0.10.0" crossbeam-queue = {version = "0.3.11", default-features = false, features = ["alloc"] } conquer-once = {version = "0.4.0", default-features = false} futures-util = {version = "0.3.4", default-features = false, features = ["alloc"] }