Skip to content

Commit 88e181c

Browse files
dependabot[bot]jsturtevant
authored andcommitted
chore(deps): bump buddy_system_allocator from 0.12.0 to 0.13.0
Bumps [buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator) from 0.12.0 to 0.13.0. - [Commits](rcore-os/buddy_system_allocator@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: buddy_system_allocator dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edb7b4f commit 88e181c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 }
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.12.0"
29+
buddy_system_allocator = "0.13.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)