build(deps): update rust crate unicode-width to 0.1.13

This commit is contained in:
renovate[bot] 2024-06-04 16:26:15 +00:00 committed by GitHub
parent d3b8307540
commit 6b6db69fb3
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

@ -3184,9 +3184,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]] [[package]]
name = "unicode-width" name = "unicode-width"
version = "0.1.12" version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]] [[package]]
name = "unicode-xid" name = "unicode-xid"

View File

@ -83,7 +83,7 @@ terminal_size = "0.3.0"
toml = { version = "0.8.14", features = ["preserve_order"] } toml = { version = "0.8.14", features = ["preserve_order"] }
toml_edit = "0.22.14" toml_edit = "0.22.14"
unicode-segmentation = "1.11.0" unicode-segmentation = "1.11.0"
unicode-width = "0.1.12" unicode-width = "0.1.13"
urlencoding = "2.1.3" urlencoding = "2.1.3"
versions = "6.2.0" versions = "6.2.0"
which = "6.0.1" which = "6.0.1"