From f315bdd0c6671251f778c09e83aad80477858be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 06:42:25 +0000 Subject: [PATCH] build(deps): bump cpufeatures from 0.2.17 to 0.3.0 Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.17 to 0.3.0. - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.17...cpufeatures-v0.3.0) --- updated-dependencies: - dependency-name: cpufeatures dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++++++++++--- sha1/Cargo.toml | 2 +- sha2/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02cee8b9b..b63a1fb46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,6 +107,15 @@ dependencies = [ "libc", ] +[[package]] +name = "cpufeatures" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" +dependencies = [ + "libc", +] + [[package]] name = "crypto-common" version = "0.2.0-rc.15" @@ -204,7 +213,7 @@ version = "0.2.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a412fe37705d515cba9dbf1448291a717e187e2351df908cfc0137cbec3d480" dependencies = [ - "cpufeatures", + "cpufeatures 0.2.17", ] [[package]] @@ -292,7 +301,7 @@ version = "0.11.0-rc.5" dependencies = [ "base16ct", "cfg-if", - "cpufeatures", + "cpufeatures 0.3.0", "digest", "hex-literal", ] @@ -314,7 +323,7 @@ version = "0.11.0-rc.5" dependencies = [ "base16ct", "cfg-if", - "cpufeatures", + "cpufeatures 0.3.0", "digest", "hex-literal", ] diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index b3b90f728..aa45c9057 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -17,7 +17,7 @@ digest = "0.11.0-rc.11" cfg-if = "1.0" [target.'cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64"))'.dependencies] -cpufeatures = "0.2" +cpufeatures = "0.3" [dev-dependencies] digest = { version = "0.11.0-rc.11", features = ["dev"] } diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 0206add96..aec58edb5 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -20,7 +20,7 @@ digest = "0.11.0-rc.11" cfg-if = "1" [target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies] -cpufeatures = "0.2" +cpufeatures = "0.3" [dev-dependencies] digest = { version = "0.11.0-rc.11", features = ["dev"] }