From c597dbce1c385fc13e2c03a26ab20c6257bd9314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:49:51 +0000 Subject: [PATCH 1/2] build(deps): Bump rayon from 1.9.0 to 1.10.0 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.9.0...rayon-core-v1.10.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9136b93a6..9bc47dc6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -878,9 +878,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index 702541952..980313bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ num-rational = { version = "0.4.1", optional = true, features = ["serde"] } num-traits = { version = "0.2.18", optional = true } rand = { version = "0.8", optional = true } rand_core = "0.6.4" -rayon = { version = "1.9.0", optional = true } +rayon = { version = "1.10.0", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", optional = true } sha2 = { version = "0.10.8", optional = true } From 4d70e2aa0897357a3295de8570c81ca11f72663f Mon Sep 17 00:00:00 2001 From: Brandon Pitman Date: Mon, 25 Mar 2024 14:38:22 -0700 Subject: [PATCH 2/2] cargo vet --- supply-chain/audits.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 21269419d..d8bf7d079 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -507,6 +507,11 @@ who = "Brandon Pitman " criteria = "safe-to-deploy" delta = "1.8.1 -> 1.9.0" +[[audits.rayon]] +who = "Brandon Pitman " +criteria = "safe-to-deploy" +delta = "1.9.0 -> 1.10.0" + [[audits.rayon-core]] who = "Ameer Ghani " criteria = "safe-to-deploy"