diff --git a/Cargo.lock b/Cargo.lock index 68dfc285..705566c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2034,9 +2034,9 @@ checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" [[package]] name = "rayon" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" +checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index 1907fc8c..6227a70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ futures-util = "0.3.32" bytes = "1.11.1" memchr = "2.8.0" encoding_rs = "0.8.35" -rayon = "1.11.0" +rayon = "1.12.0" ahash = "0.8.12" diffs = "0.5.1" libc = "0.2.183"