diff --git a/Cargo.lock b/Cargo.lock index f7ff5577d..c841d8f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,13 +2518,11 @@ source = "git+https://github.com/jeffparsons/rangemap#0885c58aca1bbe124a03f2b74c [[package]] name = "raw-cpuid" -version = "7.0.3" +version = "10.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf" +checksum = "a6823ea29436221176fe662da99998ad3b4db2c7f31e7b6f5fe43adccd6320bb" dependencies = [ "bitflags", - "cc", - "rustc_version", ] [[package]] diff --git a/kernel/apic/Cargo.toml b/kernel/apic/Cargo.toml index 2197148a2..136bc3830 100644 --- a/kernel/apic/Cargo.toml +++ b/kernel/apic/Cargo.toml @@ -35,8 +35,7 @@ path = "../memory" path = "../kernel_config" [dependencies.raw-cpuid] -version = "7.0.3" -features = [ "use_arch" ] +version = "10.6.0" [features] apic_timer_fixed = [] diff --git a/kernel/pmu_x86/Cargo.toml b/kernel/pmu_x86/Cargo.toml index 572c6e3a5..389359070 100644 --- a/kernel/pmu_x86/Cargo.toml +++ b/kernel/pmu_x86/Cargo.toml @@ -35,8 +35,7 @@ path = "../../libs/port_io" path = "../../libs/msr" [dependencies.raw-cpuid] -version = "7.0.3" -features = [ "use_arch" ] +version = "10.6.0" [dependencies.task] path = "../task" diff --git a/tlibc/Cargo.lock b/tlibc/Cargo.lock index 8a643d46c..1745bbf8d 100644 --- a/tlibc/Cargo.lock +++ b/tlibc/Cargo.lock @@ -1241,13 +1241,11 @@ source = "git+https://github.com/jeffparsons/rangemap#0885c58aca1bbe124a03f2b74c [[package]] name = "raw-cpuid" -version = "7.0.3" +version = "10.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf" +checksum = "a6823ea29436221176fe662da99998ad3b4db2c7f31e7b6f5fe43adccd6320bb" dependencies = [ "bitflags", - "cc", - "rustc_version", ] [[package]]