diff --git a/Cargo.lock b/Cargo.lock index e113aba8..26092246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,9 +498,9 @@ dependencies = [ [[package]] name = "tock-registers" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293f99756f16ff352cc78c99673766a305bdb5ed7652e78df649e9967c885a" +checksum = "8d2d250f87fb3fb6f225c907cf54381509f47b40b74b1d1f12d2dccbc915bdfe" [[package]] name = "uart_16550" diff --git a/Cargo.toml b/Cargo.toml index f2cf559d..bd8295c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ heapless = "0.9.1" log = "0.4.28" [target.'cfg(target_arch = "aarch64")'.dependencies] -tock-registers = "0.10.0" +tock-registers = "0.10.1" aarch64-cpu = "11.1.0" fdt = "0.1.5" chrono = { version = "0.4", default-features = false }