build(deps): bump unicode-script from 0.5.7 to 0.5.8 (#2305)

Bumps [unicode-script](https://github.com/unicode-rs/unicode-script) from 0.5.7 to 0.5.8.
- [Commits](https://github.com/unicode-rs/unicode-script/compare/v0.5.7...v0.5.8)

---
updated-dependencies:
- dependency-name: unicode-script
  dependency-version: 0.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-08 08:25:53 -07:00 committed by GitHub
parent 02bd5bc5d7
commit 9c2892e265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -6141,9 +6141,9 @@ dependencies = [
[[package]]
name = "unicode-script"
version = "0.5.7"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
[[package]]
name = "unicode-segmentation"

View file

@ -22,7 +22,7 @@ serde_json = "1.0.145"
smallvec = { version = "1.15.1", features = ["serde"] }
thiserror = "2.0.17"
unicode-blocks = "0.1.9"
unicode-script = "0.5.7"
unicode-script = "0.5.8"
unicode-width = "0.2.2"
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }
cached = "0.56.0"