summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-24 07:04:19 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-24 09:52:15 +0000
commit413364ed2ad04cf625c26a0cce61fcfd84261639 (patch)
treec97e7e587f89ee8b9df0475747d56df055d6047c /Cargo.toml
parent422934dc71f9e6c582407ee5aa0364eae3b0e371 (diff)
build(deps): update rust crate rayon to 1.10.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9297cbca5..c6b908d8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ pest = "2.7.8"
pest_derive = "2.7.8"
quick-xml = "0.31.0"
rand = "0.8.5"
-rayon = "1.9.0"
+rayon = "1.10.0"
regex = { version = "1.10.4", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.21.0"
semver = "1.0.22"