build(deps): update unicode crates to 1.13.3

This commit is contained in:
renovate[bot]
2026-06-05 16:37:33 +00:00
committed by GitHub
parent da264890e3
commit 033f20b461
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3844,9 +3844,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
version = "1.13.2"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
[[package]]
name = "unicode-width"
+1 -1
View File
@@ -78,7 +78,7 @@ tempfile = "3.27.0"
terminal_size = "0.4.4"
toml = { version = "1.1.2", features = ["preserve_order"] }
toml_edit = "0.25.12"
unicode-segmentation = "1.13.2"
unicode-segmentation = "1.13.3"
unicode-width = "0.2.2"
urlencoding = "2.1.3"
versions = "7.0.0"