From c7abf314740232d22702dd436bf47a87ac39390a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 05:23:31 +0000 Subject: [PATCH] Bump aarch64-paging from 0.12.0 to 0.12.1 Bumps [aarch64-paging](https://github.com/google/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) --- updated-dependencies: - dependency-name: aarch64-paging dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbd3e24..c848770 100644 --- a/Cargo.lock +++ b/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", diff --git a/Cargo.toml b/Cargo.toml index e204cc9..9b07c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.88.0" smccc = { version = "0.2.2", optional = true } [dev-dependencies] -aarch64-paging = { version = "0.12.0", default-features = false } +aarch64-paging = { version = "0.12.1", default-features = false } arm-pl011-uart = "0.5.0" smccc = "0.2.2"