Bump raw-cpuid from 10.4.0 to 10.5.0 (#390)

This commit is contained in:
dependabot[bot] 2022-08-21 22:05:53 +00:00 committed by GitHub
parent 6397faec44
commit 8526e67174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"