From 07f6898404aaeed2a84634c9aa8764ec1cd3813e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 18:35:25 +0000 Subject: [PATCH] Bump raw-cpuid from 10.6.0 to 11.0.1 Bumps [raw-cpuid](https://github.com/gz/rust-cpuid) from 10.6.0 to 11.0.1. - [Changelog](https://github.com/gz/rust-cpuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/gz/rust-cpuid/commits/11.0.1) --- updated-dependencies: - dependency-name: raw-cpuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9caa045..582ab34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,6 +56,12 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" + [[package]] name = "bitvec" version = "0.22.3" @@ -421,11 +427,11 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "10.6.0" +version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6823ea29436221176fe662da99998ad3b4db2c7f31e7b6f5fe43adccd6320bb" +checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" dependencies = [ - "bitflags", + "bitflags 2.4.0", ] [[package]] @@ -466,7 +472,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72165c4af59f5f19c7fb774b88b95660591b612380305b5f4503157341a9f7ee" dependencies = [ - "bitflags", + "bitflags 1.3.2", "byteorder", "managed", ] @@ -607,7 +613,7 @@ version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b074eb9300ad949edd74c529c0e8d451625af71bb948e6b65fe69f72dc1363d9" dependencies = [ - "bitflags", + "bitflags 1.3.2", "rustversion", "x86_64", ] @@ -673,7 +679,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "100555a863c0092238c2e0e814c1096c1e5cf066a309c696a87e907b5f8c5d69" dependencies = [ "bit_field", - "bitflags", + "bitflags 1.3.2", "rustversion", "volatile", ] diff --git a/Cargo.toml b/Cargo.toml index 094e567..98d4803 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 = "11.0.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"