From dd1efee5cf2d0d056e90f43fd85df04110e8f3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:25:46 +0000 Subject: [PATCH] Bump unicode-segmentation from 1.11.0 to 1.12.0 Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.11.0 to 1.12.0. - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0) --- 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 4bbbf162c7..42a83504fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3175,9 +3175,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-truncate" diff --git a/Cargo.toml b/Cargo.toml index c58efaba0d..ee6f068259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ syntect = { version = "5.2", default-features = false, features = [ ] } tui-textarea = "0.6" two-face = { version = "0.4.0", default-features = false } -unicode-segmentation = "1.11" +unicode-segmentation = "1.12" unicode-truncate = "1.0" unicode-width = "0.1" which = "6.0"