diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-14 16:27:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 16:27:17 +0000 |
commit | 2d98b759e15e8e34d2804d88adf42c947108b20f (patch) | |
tree | 5af1667ddc3638fe9dd1bcb76a09f0419056dd9e | |
parent | 364199c1856adab7930df32fc7785c681e8347ba (diff) | |
download | servo-2d98b759e15e8e34d2804d88adf42c947108b20f.tar.gz servo-2d98b759e15e8e34d2804d88adf42c947108b20f.zip |
Bump rayon-core from 1.9.1 to 1.9.2
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/commits)
---
updated-dependencies:
- dependency-name: rayon-core
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index b5d40c27b28..ae3d731bcf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5166,14 +5166,13 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" +checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4" dependencies = [ "crossbeam-channel 0.5.0", "crossbeam-deque", "crossbeam-utils 0.8.8", - "lazy_static", "num_cpus", ] |