mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Bump unicode-normalization from 0.1.24 to 0.1.25
Bumps [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) from 0.1.24 to 0.1.25. - [Commits](https://github.com/unicode-rs/unicode-normalization/commits) --- updated-dependencies: - dependency-name: unicode-normalization dependency-version: 0.1.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7638ee5e51
commit
764610b2f4
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1992,9 +1992,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|||
|
||||
[[package]]
|
||||
name = "unicode-normalization"
|
||||
version = "0.1.24"
|
||||
version = "0.1.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
||||
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
||||
dependencies = [
|
||||
"tinyvec",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ thiserror = "2.0.17"
|
|||
threadpool = "1.8.1"
|
||||
titlecase = "3.6.0"
|
||||
uds_windows = "1.1.0"
|
||||
unicode-normalization = "0.1.24"
|
||||
unicode-normalization = "0.1.25"
|
||||
url = "2.5.4"
|
||||
versions = "7.0.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue