From a6b587a7019f6182476412698f0841a4c335d186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:37:10 +0000 Subject: [PATCH] Bump linked_list_allocator from 0.9.1 to 0.10.2 Bumps [linked_list_allocator](https://github.com/phil-opp/linked-list-allocator) from 0.9.1 to 0.10.2. - [Changelog](https://github.com/rust-osdev/linked-list-allocator/blob/main/Changelog.md) - [Commits](https://github.com/phil-opp/linked-list-allocator/compare/v0.9.1...v0.10.2) --- updated-dependencies: - dependency-name: linked_list_allocator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ee879b..049a6bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,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 0585fd4..bacea38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ pc-keyboard = "0.5.0" heapless = "0.6.1" acpi = "5.0.0" aml = "0.16.4" -linked_list_allocator = "0.9.0" +linked_list_allocator = "0.10.2" raw-cpuid = "11.3.0" uart_16550 = "=0.2.19"