diff --git a/Cargo.lock b/Cargo.lock index f27c37a3..31096d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1601,9 +1601,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" +checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index 6f85ddc7..bde482e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ derivative = "2.2" enum_dispatch = "0.3" fuzzy-matcher = "0.3" ratatui = "0.26.1" -rayon = "1.8" +rayon = "1.9" unicode-segmentation = "1.11" unicode-width = "0.1"