From a2fbbef5a6bcfff9304e0d5e0c09a6666a933cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:38:16 +0000 Subject: [PATCH] build(deps): bump cpufeatures from 0.3.0 to 0.3.1 in the all-deps group Bumps the all-deps group with 1 update: [cpufeatures](https://github.com/RustCrypto/utils). Updates `cpufeatures` from 0.3.0 to 0.3.1 - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.3.0...cpufeatures-v0.3.1) --- updated-dependencies: - dependency-name: cpufeatures dependency-version: 0.3.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 092e4fbf..ccd9dbb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,7 @@ version = "0.1.1" [[package]] name = "cpufeatures" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" +version = "0.3.1" dependencies = [ "libc", ] @@ -78,6 +76,8 @@ dependencies = [ [[package]] name = "cpufeatures" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566" dependencies = [ "libc", ] @@ -189,7 +189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598" dependencies = [ "cfg-if", - "cpufeatures 0.3.0", + "cpufeatures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]]