From 75f484086a1d78200bb7826cf0368470469a5992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:02:45 +0000 Subject: [PATCH] build: Bump aarch64-cpu from 11.0.0 to 11.1.0 Bumps [aarch64-cpu](https://github.com/rust-embedded/aarch64-cpu) from 11.0.0 to 11.1.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.0.0...v11.1.0) --- updated-dependencies: - dependency-name: aarch64-cpu dependency-version: 11.1.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 1dc5105f..0b22f2d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "aarch64-cpu" -version = "11.0.0" +version = "11.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7969f1332762713a72510978ecbfe99561c6dfb58b7a7155b603362d51fb9863" +checksum = "2902b1d87157187000598c0dfc24f438b01792bc10d257c671bd65e24f4b5878" dependencies = [ "tock-registers", ] diff --git a/Cargo.toml b/Cargo.toml index 2b0b5f97..b813e8f4 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.0" -aarch64-cpu = "11.0.0" +aarch64-cpu = "11.1.0" fdt = "0.1.5" chrono = { version = "0.4", default-features = false }