From 3509760f700d5c9a6a68b7b0a0e60a4a8e5f8b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:50:03 +0000 Subject: [PATCH] Bump linked_list_allocator from 0.9.0 to 0.10.2 Bumps [linked_list_allocator](https://github.com/phil-opp/linked-list-allocator) from 0.9.0 to 0.10.2. - [Release notes](https://github.com/phil-opp/linked-list-allocator/releases) - [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.0...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 b3d5e16..ff6df75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "linked_list_allocator" -version = "0.9.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0b725207570aa16096962d0b20c79f8a543df2280bd3c903022b9b0b4d7ea68" +checksum = "e98908d64cd118e4a3fb26803bd2aef3e7796f1d494517c89b8fea19b92b8c12" dependencies = [ "spinning_top", ] diff --git a/Cargo.toml b/Cargo.toml index 81238c2..76d7885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,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" [dependencies.lazy_static] version = "1.0"