From 5e340bfe86e06d66442c43fc4c8f9b1f4f87dfb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:11:00 +0000 Subject: [PATCH] build: Bump aarch64-cpu from 11.1.0 to 11.2.0 Bumps [aarch64-cpu](https://github.com/rust-embedded/aarch64-cpu) from 11.1.0 to 11.2.0. - [Release notes](https://github.com/rust-embedded/aarch64-cpu/releases) - [Changelog](https://github.com/rust-embedded/aarch64-cpu/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/aarch64-cpu/compare/v11.1.0...v11.2.0) --- updated-dependencies: - dependency-name: aarch64-cpu dependency-version: 11.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 deb1d13a..940b33d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "aarch64-cpu" -version = "11.1.0" +version = "11.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2902b1d87157187000598c0dfc24f438b01792bc10d257c671bd65e24f4b5878" +checksum = "44171e22925ec72b63d86747bc3655c7849a5b8d865c980222128839f45ac034" dependencies = [ "tock-registers", ] diff --git a/Cargo.toml b/Cargo.toml index 37d41982..ed407868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ log = "0.4.28" [target.'cfg(target_arch = "aarch64")'.dependencies] tock-registers = "0.10.1" -aarch64-cpu = "11.1.0" +aarch64-cpu = "11.2.0" fdt = "0.1.5" chrono = { version = "0.4", default-features = false }