diff --git a/Cargo.lock b/Cargo.lock index 26cf71c78..c0c9220a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,9 +440,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "10.3.0" +version = "10.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738bc47119e3eeccc7e94c4a506901aea5e7b4944ecd0829cbebf4af04ceda12" +checksum = "2c49596760fce12ca21550ac21dc5a9617b2ea4b6e0aa7d8dab8ff2824fc2bba" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index fdc715b42..5f4d6f0b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ pc-keyboard = "0.5.1" pic8259 = "0.10.2" rand = { version = "0.8.5", default-features = false } rand_hc = "0.3.1" -raw-cpuid = "10.3.0" +raw-cpuid = "10.4.0" sha2 = { version = "0.10.2", default-features = false, features = ["force-soft"] } smoltcp = { version = "0.8.1", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] } spin = "0.9.4"