From 9db318ff1fe926172836749f841b3af771144439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 02:10:57 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 532b3c32..f5df7a49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index df12fda3..fc2417fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"