From 9efabe18c50736a50b092822b38d85dfbe96f184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 03:02:14 +0000 Subject: [PATCH] build(deps): 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 d2624a049..8588262fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6305,9 +6305,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 ffc531d74..6696688a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ time = { version = "0.3.36", default-features = false } # The library crates do not require Tokio. tokio = { version = "1.28.0", default-features = false } trycmd = "0.15.4" # keep in sync with `snapbox` -unicode-segmentation = { version = "1.10.1", default-features = false } +unicode-segmentation = { version = "1.12.0", default-features = false } unicode-width = { version = "0.2", default-features = false } wasm-bindgen-futures = "0.4.42" web-time = "1.0.0"