Bump x86_64 from 0.14.11 to 0.14.12 (#577)

This commit is contained in:
dependabot[bot] 2024-02-13 08:38:21 +00:00 committed by GitHub
parent c3cf72bbbe
commit d1be3b7b40
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.14.11"
version = "0.14.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b835097a84e4457323331ec5d6eb23d096066cbfb215d54096dcb4b2e85f500"
checksum = "96cb6fd45bfeab6a5055c5bffdb08768bd0c069f1d946debe585bbb380a7c062"
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.14.11"
x86_64 = "0.14.12"
[package.metadata.bootloader]
physical-memory-offset = "0xFFFF800000000000"