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:
dependabot[bot] 2025-11-03 01:05:02 +00:00 committed by GitHub
parent 7638ee5e51
commit 764610b2f4
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

@ -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",
]

View file

@ -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"