From 120813469ad86a5e1a86f96bdd866319a7b49343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 10:16:56 +0000 Subject: [PATCH] Bump linked_list_allocator from 0.9.0 to 0.9.1 Bumps [linked_list_allocator](https://github.com/phil-opp/linked-list-allocator) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/phil-opp/linked-list-allocator/releases) - [Changelog](https://github.com/phil-opp/linked-list-allocator/blob/master/Changelog.md) - [Commits](https://github.com/phil-opp/linked-list-allocator/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: linked_list_allocator dependency-type: direct:production update-type: version-update:semver-patch ... 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 308b3848c..bb8693770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,9 +187,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "linked_list_allocator" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0b725207570aa16096962d0b20c79f8a543df2280bd3c903022b9b0b4d7ea68" +checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a" dependencies = [ "spinning_top", ] diff --git a/Cargo.toml b/Cargo.toml index ec64619db..1c32b7aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ float-cmp = "0.9.0" hmac = { version = "0.11.0", default-features = false } lazy_static = { version = "1.4.0", features = ["spin_no_std"] } libm = "0.2.1" -linked_list_allocator = "0.9.0" +linked_list_allocator = "0.9.1" littlewing = { version = "0.7.0", default-features = false } nom = { git = "https://github.com/Geal/nom", default-features = false, features = ["alloc"] } object = { version = "0.26.2", default-features = false, features = ["read"] }