mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-21 23:56:18 +04:00
Bump raw-cpuid from 8.0.0 to 9.0.0 in /kernel
Bumps [raw-cpuid](https://github.com/gz/rust-cpuid) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/gz/rust-cpuid/releases) - [Changelog](https://github.com/gz/rust-cpuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/gz/rust-cpuid/compare/8.0.0...9.0.0) --- updated-dependencies: - dependency-name: raw-cpuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
13ad2d1905
commit
2dadc4c1a3
6
kernel/Cargo.lock
generated
6
kernel/Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user