From 6f670c15a1ed2a0f6f5d3121c54164b7dc1e675a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:58:11 -0800 Subject: [PATCH] Update buddy_system_allocator requirement from 0.9.0 to 0.11.0 (#9) Updates the requirements on [buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator) to permit the latest version. - [Commits](https://github.com/rcore-os/buddy_system_allocator/compare/v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: buddy_system_allocator dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/hyperlight_guest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperlight_guest/Cargo.toml b/src/hyperlight_guest/Cargo.toml index 94897579..609ed7a0 100644 --- a/src/hyperlight_guest/Cargo.toml +++ b/src/hyperlight_guest/Cargo.toml @@ -14,7 +14,7 @@ alloca = [] # compile alloca wrapper [dependencies] anyhow = { version = "1.0.45", default-features = false } serde_json = { version = "1.0", default-features = false, features = ["alloc"] } -buddy_system_allocator = "0.9.0" +buddy_system_allocator = "0.11.0" hyperlight-common = { workspace = true } spin = "0.9.8" log = { version = "0.4", default-features = false }