diff --git a/kernel/Cargo.lock b/kernel/Cargo.lock index f63e1dd0..0a0a8715 100644 --- a/kernel/Cargo.lock +++ b/kernel/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aarch64" version = "3.0.1" @@ -504,7 +506,7 @@ dependencies = [ "paste", "pc-keyboard", "pci", - "raw-cpuid 8.0.0", + "raw-cpuid 9.0.0", "rboot", "rcore-console", "rcore-fs", @@ -633,7 +635,7 @@ dependencies = [ [[package]] name = "riscv" version = "0.6.0" -source = "git+https://github.com/rcore-riscv-hypervisor-dev/riscv.git?rev=3f5efb1#3f5efb1b8d4ceb12e291ef3d7b27120ea038eb83" +source = "git+https://github.com/rcore-riscv-hypervisor-dev/riscv?rev=3f5efb1#3f5efb1b8d4ceb12e291ef3d7b27120ea038eb83" dependencies = [ "bare-metal", "bit_field 0.10.1", diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index 2cc0e74c..ead50ab1 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -83,7 +83,7 @@ rvm = { git = "https://github.com/rcore-riscv-hypervisor-dev/RVM", rev = "2867e7 apic = { git = "https://github.com/rcore-os/apic-rs", rev = "fb86bd7" } acpi = "0.4" aml = "0.4" -raw-cpuid = "8.0" +raw-cpuid = "9.0" rboot = { path = "../rboot", default-features = false } uart_16550 = "0.2.7" x86_64 = "0.11"