diff --git a/Cargo.lock b/Cargo.lock index 40b52104..e6cd10b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,9 +1420,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.10.1" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" +checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" dependencies = [ "crossbeam-channel", "crossbeam-deque", diff --git a/Cargo.toml b/Cargo.toml index 16768ddb..df9d3862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ log = "0.4" notify = "5.0" notify-debouncer-mini = "0.2" once_cell = "1" -rayon-core = "1.9" +rayon-core = "1.10" ron = "0.8" scopeguard = "1.1" scopetime = { path = "./scopetime", version = "0.1" } diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index a0b5d649..50171a35 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" # git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]} # pinning to vendored openssl, using the git2 feature this gets lost with new resolver openssl-sys = { version = '0.9', features = ["vendored"], optional = true } -rayon-core = "1.9" +rayon-core = "1.10" scopetime = { path = "../scopetime", version = "0.1" } serde = { version = "1.0", features = ["derive"] } shellexpand = "3.0"