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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-24 06:47:36 +00:00 committed by Berkus Decker
parent ed568f8ca4
commit e6cea882dd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"