Bump unicode-segmentation from 1.8.0 to 1.9.0

Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases)
- [Commits](https://github.com/unicode-rs/unicode-segmentation/commits)

---
updated-dependencies:
- dependency-name: unicode-segmentation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-08 02:10:57 +00:00 committed by Stephan Dilly
parent 86798008ed
commit 9db318ff1f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1493,9 +1493,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
version = "1.8.0"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
[[package]]
name = "unicode-truncate"

View file

@ -47,7 +47,7 @@ simplelog = { version = "0.11", default-features = false }
syntect = { version = "4.6", default-features = false, features = ["metadata", "default-fancy"] }
textwrap = "0.14"
tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] }
unicode-segmentation = "1.8"
unicode-segmentation = "1.9"
unicode-truncate = "0.2"
unicode-width = "0.1"