From 6a8b62f7ae40365fa6ee8b261d4a4e6f5dbbff86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:32:20 +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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"] }