diff --git a/Cargo.lock b/Cargo.lock index 2e7e85f..1a64092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "autocfg" @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "linked_list_allocator" -version = "0.9.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a" +checksum = "e98908d64cd118e4a3fb26803bd2aef3e7796f1d494517c89b8fea19b92b8c12" dependencies = [ "spinning_top", ] diff --git a/Cargo.toml b/Cargo.toml index 9bce1af..3096fe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ x86_64 = "0.14.2" uart_16550 = "0.2.0" pic8259 = "0.10.1" pc-keyboard = "0.5.0" -linked_list_allocator = "0.9.0" +linked_list_allocator = "0.10.2" crossbeam-queue = {version = "0.3.11", default-features = false, features = ["alloc"] } conquer-once = {version = "0.2.0", default-features = false} futures-util = {version = "0.3.4", default-features = false, features = ["alloc"] }