diff --git a/Cargo.lock b/Cargo.lock index 9caa045..4b61b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "10.6.0" +version = "10.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6823ea29436221176fe662da99998ad3b4db2c7f31e7b6f5fe43adccd6320bb" +checksum = "c307f7aacdbab3f0adee67d52739a1d71112cc068d6fab169ddeb18e48877fad" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 094e567..d3a1c27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pc-keyboard = "0.6.1" pic8259 = "0.10.2" rand = { version = "0.8.5", default-features = false } rand_hc = "0.3.1" -raw-cpuid = "10.6.0" +raw-cpuid = "10.6.1" sha2 = { version = "0.10.6", 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"