From a790793dcbbe76b51b80bb4947be673b164c51dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:29:38 +0100 Subject: [PATCH] build: bump unicode-segmentation from 1.8.0 to 1.9.0 (#3573) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1936c800a85..697d334d544d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1890,9 +1890,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-width" diff --git a/Cargo.toml b/Cargo.toml index a18992853a06..b0c3d9a26334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ sys-info = "0.9.1" terminal_size = "0.1.17" toml = { version = "0.5.8", features = ["preserve_order"] } toml_edit = "0.13.4" -unicode-segmentation = "1.8.0" +unicode-segmentation = "1.9.0" unicode-width = "0.1.9" urlencoding = "2.1.0" versions = "4.0.0"