From bf65fc55251cc7e9e7210aa39c92e30926897e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 17:23:45 +0200 Subject: [PATCH] build: bump unicode-segmentation from 1.9.0 to 1.10.0 (#4366) Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits/v1.10.0) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 a96f495f..f48557e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3085,9 +3085,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" +checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" [[package]] name = "unicode-width" diff --git a/Cargo.toml b/Cargo.toml index 974abc6f..af3b6542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ systemstat = "=0.2.0" terminal_size = "0.2.1" toml = { version = "0.5.9", features = ["preserve_order"] } toml_edit = "0.14.4" -unicode-segmentation = "1.9.0" +unicode-segmentation = "1.10.0" unicode-width = "0.1.9" urlencoding = "2.1.2" versions = "4.1.0"