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 } 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"