diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-13 20:29:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 20:29:04 +0000 |
commit | fb6b56cdda03d2bf218ec079a5298a9ce8c9eb4e (patch) | |
tree | fd6e80c6dcec70b6a69fbc2245dcfac595e3a085 | |
parent | c922ab4b5233e55c9ddbebccbe544a2051d85ead (diff) | |
download | servo-fb6b56cdda03d2bf218ec079a5298a9ce8c9eb4e.tar.gz servo-fb6b56cdda03d2bf218ec079a5298a9ce8c9eb4e.zip |
build(deps): bump cpufeatures from 0.2.12 to 0.2.13 (#33035)
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.12 to 0.2.13.
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.12...cpufeatures-v0.2.13)
---
updated-dependencies:
- dependency-name: cpufeatures
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5fc35535143..f0eff9ca429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1083,9 +1083,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ "libc", ] |