Skip to content

Commit 6b28b76

Browse files
Bump buddy_system_allocator from 0.11.0 to 0.12.0 (#1165)
Bumps [buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator) from 0.11.0 to 0.12.0. - [Commits](rcore-os/buddy_system_allocator@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: buddy_system_allocator dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5ade5d commit 6b28b76

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

Cargo.lock

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_guest_bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hyperlight-guest = { workspace = true, default-features = false }
2626
hyperlight-common = { workspace = true, default-features = false, features = [ "init-paging" ] }
2727
hyperlight-guest-tracing = { workspace = true, default-features = false }
2828
hyperlight-guest-macro = { workspace = true, default-features = false, optional = true }
29-
buddy_system_allocator = "0.11.0"
29+
buddy_system_allocator = "0.12.0"
3030
log = { version = "0.4", default-features = false }
3131
linkme = { version = "0.3.35", optional = true }
3232
spin = "0.10.0"

0 commit comments

Comments
 (0)