Skip to content

Commit dcf61ca

Browse files
deps(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](RustCrypto/utils@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] <support@github.com>
1 parent 9f56525 commit dcf61ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ aes = { version = "=0.8.4" } # 2025-11-03 sw: AES-NI optimized, matches Phase3 d
8282
cipher = { version = "=0.4.4" } # 2025-11-03 sw: trait glue for AES/Poly1305 stack
8383
xts-mode = { version = "=0.5.1" } # 2025-11-03 sw: XTS primitive, matches patentable_concepts.md guidance
8484
poly1305 = { version = "=0.8.0" } # 2025-11-03 sw: MAC verification, constant-time guarantee
85-
cpufeatures = { version = "=0.2.17" } # 2025-11-03 sw: runtime AES capability detection
85+
cpufeatures = { version = "=0.3.0" } # 2025-11-03 sw: runtime AES capability detection
8686
subtle = { version = "=2.6.1" } # 2025-11-03 sw: constant-time comparisons for key/tweak handling
8787
hmac = { version = "=0.12.1" } # 2025-11-04 sw: HKDF based on HMAC-SHA256 for key derivation
8888
sha2 = { version = "=0.10.9" } # 2025-11-04 sw: Hash core for HKDF extractor

0 commit comments

Comments
 (0)