diff --git a/Cargo.lock b/Cargo.lock index d4694a96..ba9cae0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ dependencies = [ "pic8259", "rand 0.8.5", "rand_hc 0.3.2", - "raw-cpuid 11.3.0", + "raw-cpuid 11.5.0", "sha2", "smoltcp", "spin", @@ -540,9 +540,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.3.0" +version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6928fa44c097620b706542d428957635951bade7143269085389d42c8a4927e" +checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ "bitflags 2.4.1", ] diff --git a/Cargo.toml b/Cargo.toml index 240c3182..d0891106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pc-keyboard = "0.8.0" pic8259 = "0.11.0" rand = { version = "0.8.5", default-features = false } rand_hc = "0.3.1" -raw-cpuid = "11.3.0" +raw-cpuid = "11.5.0" sha2 = { version = "0.10.8", default-features = false, features = ["force-soft"] } smoltcp = { version = "0.12.0", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] } spin = "0.9.8"