From 34f8c2d00a79b06920c196298c36e9747e29cea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 00:41:19 +0000 Subject: [PATCH] Bump cortex-a from 6.1.0 to 7.2.0 Bumps [cortex-a](https://github.com/rust-embedded/cortex-a) from 6.1.0 to 7.2.0. - [Release notes](https://github.com/rust-embedded/cortex-a/releases) - [Commits](https://github.com/rust-embedded/cortex-a/compare/v6.1.0...v7.2.0) --- updated-dependencies: - dependency-name: cortex-a dependency-type: direct:production update-type: version-update:semver-major ... 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 891b14a..206ed84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,9 +45,9 @@ dependencies = [ [[package]] name = "cortex-a" -version = "6.1.0" +version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "509fc35485a2b4ddbacabe0bf2212cdfff88da93658608e5cc651afcb75b7733" +checksum = "27bd91f65ccd348bb2d043d98c5b34af141ecef7f102147f59bf5898f6e734ad" dependencies = [ "tock-registers", ] diff --git a/Cargo.toml b/Cargo.toml index c68aa7e..3ab5848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,6 @@ arrayvec = { version = "0.7.1", default-features = false } dtb = "0.2.0" tar-parser = { path = "externals/tar-parser.rs", default-features = false} lazy_static = { version = "1.4.0", features = ["spin_no_std"] } -cortex-a = "6.1.0" +cortex-a = "7.2.0" tock-registers = "0.7.0" num_enum = { version = "0.5.4", default-features = false }