fix(deps): update rust crate rayon to 1.9.0

This commit is contained in:
renovate[bot] 2024-02-28 01:12:22 +00:00 committed by Ade Attwood
parent cf3e7e3044
commit 6ffdb7795a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -429,9 +429,9 @@ dependencies = [
[[package]] [[package]]
name = "rayon" name = "rayon"
version = "1.8.1" version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
dependencies = [ dependencies = [
"either", "either",
"rayon-core", "rayon-core",

View file

@ -11,7 +11,7 @@ path = "rust/lib.rs"
[dependencies] [dependencies]
ignore = "0.4.22" ignore = "0.4.22"
fuzzy-matcher = "0.3.7" fuzzy-matcher = "0.3.7"
rayon = "1.8.1" rayon = "1.9.0"
[dev-dependencies] [dev-dependencies]
criterion = "0.5.1" criterion = "0.5.1"