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]]