From c23c0c93129c2e95cf4db6955e56d0834bc4018e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:59:34 +0100 Subject: [PATCH] cargo: bump buddy_system_allocator from 0.10.0 to 0.11.0 in /src/bare-metal/alloc-example in the minor group (#2386) Bumps the minor group in /src/bare-metal/alloc-example with 1 update: [buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator). Updates `buddy_system_allocator` from 0.10.0 to 0.11.0 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/bare-metal/alloc-example/Cargo.lock | 4 ++-- src/bare-metal/alloc-example/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bare-metal/alloc-example/Cargo.lock b/src/bare-metal/alloc-example/Cargo.lock index 708846c3..58157a9a 100644 --- a/src/bare-metal/alloc-example/Cargo.lock +++ b/src/bare-metal/alloc-example/Cargo.lock @@ -18,9 +18,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "buddy_system_allocator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7913f22349ffcfc6ca0ca9a656ec26cfbba538ed49c31a273dff2c5d1ea83d9" +checksum = "a1a0108968a3a2dab95b089c0fc3f1afa7759aa5ebe6f1d86d206d6f7ba726eb" dependencies = [ "spin", ] diff --git a/src/bare-metal/alloc-example/Cargo.toml b/src/bare-metal/alloc-example/Cargo.toml index 57c4820d..abf1eb5c 100644 --- a/src/bare-metal/alloc-example/Cargo.toml +++ b/src/bare-metal/alloc-example/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -buddy_system_allocator = "0.10.0" +buddy_system_allocator = "0.11.0" panic-halt = "0.2.0" [profile.dev]