diff --git a/Cargo.lock b/Cargo.lock index 5d4bdca0..3615b0f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1324,9 +1324,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ "crossbeam-deque", "crossbeam-utils", diff --git a/Cargo.toml b/Cargo.toml index ce834bdf..970fe464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ notify = "5.1" notify-debouncer-mini = "0.2" once_cell = "1" ratatui = { version = "0.21", default-features = false, features = ['crossterm', 'serde'] } -rayon-core = "1.11" +rayon-core = "1.12" ron = "0.8" scopeguard = "1.2" scopetime = { path = "./scopetime", version = "0.1" } diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index ae3cdf70..67fedb9e 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4" # pinning to vendored openssl, using the git2 feature this gets lost with new resolver openssl-sys = { version = '0.9', features = ["vendored"], optional = true } rayon = "1.8" -rayon-core = "1.11" +rayon-core = "1.12" scopetime = { path = "../scopetime", version = "0.1" } serde = { version = "1.0", features = ["derive"] } thiserror = "1.0"