diff --git a/Cargo.lock b/Cargo.lock index 5c5c78da..1ce498e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,9 +830,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.14.12" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cb6fd45bfeab6a5055c5bffdb08768bd0c069f1d946debe585bbb380a7c062" +checksum = "4bc79523af8abf92fb1a970c3e086c5a343f6bcc1a0eb890f575cbb3b45743df" dependencies = [ "bit_field", "bitflags 2.4.2", diff --git a/Cargo.toml b/Cargo.toml index fa202f65..243bfcc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ multiboot = "0.8" [target.'cfg(target_arch = "x86_64")'.dependencies] uart_16550 = "0.3" -x86_64 = { version = "0.14", default-features = false, features = ["instructions"] } +x86_64 = { version = "0.15", default-features = false, features = ["instructions"] } [target.'cfg(target_arch = "aarch64")'.dependencies] aarch64-cpu = "9"