From c06363d7509f679453c18b2af303ac47f6b1c0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:09:35 +0100 Subject: [PATCH] Bump unicode-segmentation from 1.10.1 to 1.11.0 (#226) Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.10.1 to 1.11.0. - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.10.1...v1.11.0) --- 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 6639b96..bb3cfbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,9 +1318,9 @@ checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "unicode-segmentation" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unindent" diff --git a/Cargo.toml b/Cargo.toml index 0e95f33..1df4252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ pyo3 = { version = "0.20.2", optional = true } regex = "1.10.3" unic-char-range = "0.9.0" unic-ucd-category = "0.9.0" -unicode-segmentation = "1.10.1" +unicode-segmentation = "1.11.0" [target.'cfg(not(target_family = "wasm"))'.dependencies] clap = { version = "4.4.18", features = ["derive", "wrap_help"], optional = true }