From aefdee78ba1178e2e69a4845b0a031c9f9f9fd5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 06:49:26 -0700 Subject: [PATCH] build(deps): bump cpufeatures from 0.1.4 to 0.1.5 (#273) Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.1.4...cpufeatures-v0.1.5) --- updated-dependencies: - dependency-name: cpufeatures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- aes/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52c59ceb..ee939cfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" +checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" dependencies = [ "libc", ] @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6" [[package]] name = "magma" diff --git a/aes/Cargo.toml b/aes/Cargo.toml index 8e5438e8..0bbd6c29 100644 --- a/aes/Cargo.toml +++ b/aes/Cargo.toml @@ -25,7 +25,7 @@ cipher = { version = "0.3", features = ["dev"] } hex-literal = "0.2" [target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies] -cpufeatures = "0.1.4" +cpufeatures = "0.1.5" [features] armv8 = [] # Enable ARMv8 AES intrinsics (nightly-only)