fix(deps): update rust crate unicode-segmentation to 1.11.0

This commit is contained in:
renovate[bot] 2024-02-07 10:03:06 +00:00 committed by GitHub
parent bd9c321a44
commit 8f38ab47c2
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

@ -81,6 +81,6 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"

View File

@ -8,4 +8,4 @@ license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.79"
termion = "3.0.0"
unicode-segmentation = "1.10.1"
unicode-segmentation = "1.11.0"