Bump x86_64 from 0.15.0 to 0.15.1 (#600)

This commit is contained in:
dependabot[bot] 2024-03-20 05:32:47 +00:00 committed by GitHub
parent 47728432a1
commit e314c6f42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -796,9 +796,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.4.1",

View File

@ -41,7 +41,7 @@ spin = "0.9.8"
time = { version = "0.2.27", default-features = false }
uart_16550 = "0.3.0"
vte = "0.13.0"
x86_64 = "0.15.0"
x86_64 = "0.15.1"
[package.metadata.bootloader]
physical-memory-offset = "0xFFFF800000000000"