diff --git a/Cargo.lock b/Cargo.lock index ec1a79305f..fb84c8f3a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3092,9 +3092,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" +checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" dependencies = [ "either", "rayon-core", @@ -3102,9 +3102,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.10.2" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" +checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" dependencies = [ "crossbeam-channel", "crossbeam-deque", diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index f851a9d249..8636c32ee3 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -23,7 +23,7 @@ regex = "1.7.1" once_cell = "1.17.1" colored = "2.0.0" fxhash = "0.2.1" -rayon = "1.6.1" +rayon = "1.7.0" toml = "0.7.2" color-eyre = "0.6.2"