diff --git a/Cargo.lock b/Cargo.lock index a09b2ee4e8..a336a05cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,9 @@ version = 4 [[package]] name = "aarch64" -version = "0.0.12" +version = "0.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dfa8287e400aa9af0c4e0c93967882634f7972b94b74fd5110507b486a1ced4" dependencies = [ "aarch64-cpu", "memory_addresses", diff --git a/Cargo.toml b/Cargo.toml index 3d4f0a2336..6e51036cf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ memory_addresses = { version = "0.2.0", default-features = false, features = [ ] } [target.'cfg(target_arch = "aarch64")'.dependencies] -aarch64 = { version = "0.0.12", default-features = false } +aarch64 = { version = "0.0.13", default-features = false } arm-gic = { version = "0.1" } hermit-dtb = { version = "0.1" } semihosting = { version = "0.1", optional = true }