From 5141734734d7739b98e05f2d3c58e6f9b63b2cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:07:07 +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 0470e48b7..6d5c12a44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6331,9 +6331,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 7ada52794..7971df5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,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.1.13", default-features = false } wasm-bindgen-futures = "0.4.42" web-time = "1.0.0"