From 977d19be80e1f1148abefe7f1000f1141c0af61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:48:47 +0000 Subject: [PATCH] cargo: bump the patch group Bumps the patch group in /src/bare-metal/aps/examples with 2 updates: [aarch64-paging](https://github.com/google/aarch64-paging) and [bitflags](https://github.com/bitflags/bitflags). Updates `aarch64-paging` from 0.12.0 to 0.12.1 - [Release notes](https://github.com/google/aarch64-paging/releases) - [Changelog](https://github.com/google/aarch64-paging/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/aarch64-paging/compare/0.12.0...0.12.1) Updates `bitflags` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.11.0...2.11.1) --- updated-dependencies: - dependency-name: aarch64-paging dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: bitflags dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- src/bare-metal/aps/examples/Cargo.lock | 8 ++++---- src/bare-metal/aps/examples/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bare-metal/aps/examples/Cargo.lock b/src/bare-metal/aps/examples/Cargo.lock index fb21bf42452a..ef341c0b9981 100644 --- a/src/bare-metal/aps/examples/Cargo.lock +++ b/src/bare-metal/aps/examples/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "aarch64-paging" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc63a235ebbd4ec3df649a0953940f602e7dd2819ac37fac6a2e7c69b7803b8a" +checksum = "5fa1efb593234d49cfb0af667985fa9c7d9f1fb21a5e338d9b30dd3382111f45" dependencies = [ "bitflags", "thiserror", @@ -58,9 +58,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bitflags" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" +checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[package]] name = "embedded-hal" diff --git a/src/bare-metal/aps/examples/Cargo.toml b/src/bare-metal/aps/examples/Cargo.toml index a7f684c4ad24..9470b5d0188e 100644 --- a/src/bare-metal/aps/examples/Cargo.toml +++ b/src/bare-metal/aps/examples/Cargo.toml @@ -7,10 +7,10 @@ edition = "2024" publish = false [dependencies] -aarch64-paging = { version = "0.12.0", default-features = false } +aarch64-paging = { version = "0.12.1", default-features = false } aarch64-rt = "0.4.3" arm-pl011-uart = "0.5.0" -bitflags = "2.11.0" +bitflags = "2.11.1" log = "0.4.29" safe-mmio = "0.3.0" smccc = "0.2.0"