diff --git a/Cargo.lock b/Cargo.lock index c37af89c..981e65ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.14.12" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cb6fd45bfeab6a5055c5bffdb08768bd0c069f1d946debe585bbb380a7c062" +checksum = "cd9b58dbbd61248db1d7d5b7068fbe91b042e889361fe79fb4fd16a12daa66d3" dependencies = [ "bit_field", "bitflags 2.4.2", diff --git a/Cargo.toml b/Cargo.toml index e7304680..ba60bb91 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.14.12" +x86_64 = "0.15.0" [target.'cfg(target_arch = "riscv64")'.dependencies] chrono = { version = "0.4", default-features = false }