diff --git a/Cargo.lock b/Cargo.lock index ca6eb1c..3297969 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,9 +441,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "10.4.0" +version = "10.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c49596760fce12ca21550ac21dc5a9617b2ea4b6e0aa7d8dab8ff2824fc2bba" +checksum = "6aa2540135b6a94f74c7bc90ad4b794f822026a894f3d7bcd185c100d13d4ad6" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 8beb2c9..8ac44b3 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.4.0" +raw-cpuid = "10.5.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"