From 2e094382f974e071b0bd109c34561c7611c7dbe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:13:44 +0000 Subject: [PATCH] build(deps): bump aarch64-cpu from `ae8199e` to `e4c1f1a` Bumps [aarch64-cpu](https://github.com/rust-embedded/aarch64-cpu) from `ae8199e` to `e4c1f1a`. - [Release notes](https://github.com/rust-embedded/aarch64-cpu/releases) - [Commits](https://github.com/rust-embedded/aarch64-cpu/compare/ae8199e2337cd455985265e9bedcf1a89804e9bb...e4c1f1a07789c77b2ddbd2762701da4c691f6b4e) --- updated-dependencies: - dependency-name: aarch64-cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2a783741..040cecd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "aarch64-cpu" version = "9.4.0" -source = "git+https://github.com/rust-embedded/aarch64-cpu?branch=main#ae8199e2337cd455985265e9bedcf1a89804e9bb" +source = "git+https://github.com/rust-embedded/aarch64-cpu?branch=main#e4c1f1a07789c77b2ddbd2762701da4c691f6b4e" dependencies = [ "tock-registers", ]