1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-03 09:45:17 +02:00

cargo: bump buddy_system_allocator from 0.9.1 to 0.10.0 in the minor group (#2200)

Bumps the minor group with 1 update:
[buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator).

Updates `buddy_system_allocator` from 0.9.1 to 0.10.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-08 08:55:08 +01:00
committed by GitHub
parent 2998282e73
commit a95c9dd6d2
2 changed files with 3 additions and 3 deletions

View File

@@ -5,4 +5,4 @@ edition = "2021"
publish = false
[dependencies]
buddy_system_allocator = "0.9.1"
buddy_system_allocator = "0.10.0"