From b84f8c797fc16ea6a9b0f3f36987d34e9b362a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 08:04:45 +0000 Subject: [PATCH] build(deps): bump linked_list_allocator in /internal/shim-sev 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] --- internal/shim-sev/Cargo.lock | 4 ++-- internal/shim-sev/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/shim-sev/Cargo.lock b/internal/shim-sev/Cargo.lock index 542f2e38..f8892adf 100644 --- a/internal/shim-sev/Cargo.lock +++ b/internal/shim-sev/Cargo.lock @@ -50,9 +50,9 @@ checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" [[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" [[package]] name = "lock_api" diff --git a/internal/shim-sev/Cargo.toml b/internal/shim-sev/Cargo.toml index 362a1acf..9a6cd57b 100644 --- a/internal/shim-sev/Cargo.toml +++ b/internal/shim-sev/Cargo.toml @@ -23,7 +23,7 @@ noted = "^1.0.0" nbytes = "0.1" lset = "0.2" array-const-fn-init = "0.1" -linked_list_allocator = { version = "0.9.0", default-features = false } +linked_list_allocator = { version = "0.9.1", default-features = false } [profile.dev.package.rcrt1] opt-level = 3