diff --git a/Cargo.lock b/Cargo.lock index b5462007..4e273a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9b58dbbd61248db1d7d5b7068fbe91b042e889361fe79fb4fd16a12daa66d3" +checksum = "4bc79523af8abf92fb1a970c3e086c5a343f6bcc1a0eb890f575cbb3b45743df" dependencies = [ "bit_field", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index d8fa8907..33aaeefb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = { version = "0.4", default-features = false } [target.'cfg(target_arch = "x86_64")'.dependencies] uart_16550 = "0.3.0" -x86_64 = "0.15.0" +x86_64 = "0.15.1" [target.'cfg(target_arch = "riscv64")'.dependencies] chrono = { version = "0.4", default-features = false }