From 649da4ae0d43028c8970dbd9768b2d544610e36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:59:01 +0000 Subject: [PATCH] Bump raw-cpuid from 11.2.0 to 11.3.0 Bumps [raw-cpuid](https://github.com/gz/rust-cpuid) from 11.2.0 to 11.3.0. - [Changelog](https://github.com/gz/rust-cpuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/gz/rust-cpuid/compare/11.2.0...11.3.0) --- updated-dependencies: - dependency-name: raw-cpuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0751cb78..eef16560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ "pic8259", "rand 0.8.5", "rand_hc 0.3.2", - "raw-cpuid 11.2.0", + "raw-cpuid 11.3.0", "sha2", "smoltcp", "spin", @@ -547,9 +547,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.2.0" +version = "11.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" +checksum = "c6928fa44c097620b706542d428957635951bade7143269085389d42c8a4927e" dependencies = [ "bitflags 2.4.1", ] diff --git a/Cargo.toml b/Cargo.toml index 422d51c3..eb492e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pc-keyboard = "0.6.1" pic8259 = "0.11.0" rand = { version = "0.8.5", default-features = false } rand_hc = "0.3.1" -raw-cpuid = "11.2.0" +raw-cpuid = "11.3.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"