diff --git a/Cargo.lock b/Cargo.lock index 31a6f37..a3364b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,9 +23,9 @@ dependencies = [ [[package]] name = "arm-pl011-uart" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff5b0f1e39ec186e409c6fd80bbb83aa00622ca71c9c0561b5571df3b5f5391f" +checksum = "8797e113733a36b5fa906c81aefc126d255b88dd1c10a737749aa22ec7736b6a" dependencies = [ "bitflags", "embedded-hal-nb", diff --git a/Cargo.toml b/Cargo.toml index 7433f57..9a1e823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ smccc = { version = "0.2.2", optional = true } [dev-dependencies] aarch64-paging = { version = "0.10.0", default-features = false } -arm-pl011-uart = "0.3.1" +arm-pl011-uart = "0.3.2" smccc = "0.2.2" [features]