diff --git a/Cargo.lock b/Cargo.lock index 47c5d5d8..848b5cd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[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 e05dcf63..5af77200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" [dependencies] encoding_rs_io = "0.1.7" -rayon = "1.11.0" +rayon = "1.12.0" quick-xml = "0.39.2" regex = "1.12.3" clap = { version = "4.6.0", features = ["derive"] }