aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-19 16:58:09 +0000
committerGitHub <noreply@github.com>2024-01-19 16:58:09 +0000
commit957016f83cca3ad8815b5476ce9ff34a36d1cefa (patch)
tree61e4cef7cfa9da0ddd4fa34a99c506856f6468fd
parenta8b34e88ca9ab4d0707fdf7ff3e30a508c8f54fe (diff)
downloadservo-957016f83cca3ad8815b5476ce9ff34a36d1cefa.tar.gz
servo-957016f83cca3ad8815b5476ce9ff34a36d1cefa.zip
build(deps): bump rayon from 1.8.0 to 1.8.1 (#31140)
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.0 to 1.8.1. - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.0...rayon-core-v1.8.1) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4ab07b39544..dede3a6f4b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4660,9 +4660,9 @@ checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
[[package]]
name = "rayon"
-version = "1.8.0"
+version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
+checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
dependencies = [
"either",
"rayon-core",