mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
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:
parent
02bd5bc5d7
commit
9c2892e265
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue