From d93c3b5e2387566aa00600ac8db607942a3375a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:30:03 +0000 Subject: [PATCH] build(deps): bump aarch64 from 0.0.10 to 0.0.11 Bumps [aarch64](https://github.com/hermitcore/rust-aarch64) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/hermitcore/rust-aarch64/releases) - [Commits](https://github.com/hermitcore/rust-aarch64/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: aarch64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b187352635..d8080dd914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "aarch64" -version = "0.0.10" +version = "0.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc85366f9bad15a101c93ca48d7907eba7610abe9fb9d7ab2fb55f74c8073baf" +checksum = "0adf345d8b4e2861016511db094993ee8a9f74195f55ccf62d1305d35ab91bfa" dependencies = [ "aarch64-cpu", "tock-registers",