diff --git a/Cargo.lock b/Cargo.lock index 167df5525f..98b8f7c028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,9 +154,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-trait" -version = "0.1.78" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", @@ -2433,9 +2433,9 @@ dependencies = [ [[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", @@ -2816,9 +2816,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.53" +version = "2.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" +checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2224d1f767..de362ea624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"] anyhow = "1.0.81" assert_cmd = "2.0.8" assert_matches = "1.5.0" -async-trait = "0.1.78" +async-trait = "0.1.79" backoff = "0.4.0" blake2 = "0.10.6" bytes = "1.5.0" @@ -75,7 +75,7 @@ prost-build = "0.12.3" quote = "1.0.35" rand = "0.8.5" rand_chacha = "0.3.1" -rayon = "1.9.0" +rayon = "1.10.0" ref-cast = "1.0.22" regex = "1.10.3" rpassword = "7.3.1" @@ -90,7 +90,7 @@ smallvec = { version = "1.13.2", features = [ "union", ] } strsim = "0.11.0" -syn = "2.0.53" +syn = "2.0.55" tempfile = "3.10.1" test-case = "3.3.1" textwrap = "0.16.1"