From 1999ff7322b4e518fb4597da72e8a043006bf452 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:42:15 +0000 Subject: [PATCH] fix(deps): update rust crate linked_list_allocator to 0.10.0 [security] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39b2c6d..391343d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "linked_list_allocator" -version = "0.9.1" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a" +checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286" 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"] }