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

This commit is contained in:
renovate[bot] 2023-01-31 21:04:07 +00:00 committed by GitHub
parent 0b10143410
commit 58fc24b314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -8,4 +8,4 @@ license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.68"
termion = "2.0.1"
unicode-segmentation = "1.10.0"
unicode-segmentation = "1.10.1"