From 2dadc4c1a30d7546de6f8fecee9f2baa7dd15859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:24:37 +0000 Subject: [PATCH] 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] --- kernel/Cargo.lock | 6 ++++-- kernel/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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"