diff --git a/Cargo.lock b/Cargo.lock index 55a570e9f2..b1f69520cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4197,9 +4197,9 @@ dependencies = [ [[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", @@ -4207,9 +4207,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/Cargo.toml b/Cargo.toml index 0ebedd0813..7c0e258a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ nu-utils = { path = "./crates/nu-utils", version = "0.76.1" } reedline = { version = "0.16.0", features = ["bashisms", "sqlite"] } -rayon = "1.6.1" +rayon = "1.7.0" is_executable = "1.0.1" simplelog = "0.12.0" time = "0.3.12" diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index a8765e38d4..63f2a5177c 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -70,7 +70,7 @@ pathdiff = "0.2.1" powierza-coefficient = "1.0.2" quick-xml = "0.27" rand = "0.8" -rayon = "1.6.1" +rayon = "1.7.0" regex = "1.7.1" ureq = { version = "2.6.2", default-features = false, features = ["json", "charset", "native-tls", "gzip"] } native-tls = "0.2.11"