From e6cea882ddb28dd8cc85fe756746799452fc4a19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 06:47:36 +0000 Subject: [PATCH] Bump cortex-a from 5.0.0 to 5.1.0 Bumps [cortex-a](https://github.com/rust-embedded/cortex-a) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/rust-embedded/cortex-a/releases) - [Commits](https://github.com/rust-embedded/cortex-a/commits/v5.1.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- nucleus/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa105c1..6b7e76f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cortex-a" -version = "5.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626fdbb0f6fa1e6be6df0e94795998894c4ad08d3221e12209a6c0b4f546a0c4" +checksum = "dc37a4862a4f5b40df96f5e0f3bd4ce6a1bd8bb59a965cd476844673faf83896" dependencies = [ "register", ] diff --git a/nucleus/Cargo.toml b/nucleus/Cargo.toml index 0aebca7..a224a2d 100644 --- a/nucleus/Cargo.toml +++ b/nucleus/Cargo.toml @@ -26,7 +26,7 @@ qemu = ["qemu-exit"] [dependencies] r0 = "1.0" qemu-exit = { version = "1.0", optional = true } -cortex-a = "5.0" +cortex-a = "5.1" register = "1.0" ux = { version = "0.1.3", default-features = false } usize_conversions = "0.2.0"