From 8980496307a8a924db61633e7356de2158638164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:43:41 +0000 Subject: [PATCH] Bump unicode-segmentation from 1.12.0 to 1.13.3 Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.12.0 to 1.13.3. - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bluejay-typegen-codegen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fef08cc..227e13c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,9 +1145,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-segmentation" -version = "1.12.0" +version = "1.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" +checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "unicode-width" diff --git a/bluejay-typegen-codegen/Cargo.toml b/bluejay-typegen-codegen/Cargo.toml index d5a4bcb..d477a5c 100644 --- a/bluejay-typegen-codegen/Cargo.toml +++ b/bluejay-typegen-codegen/Cargo.toml @@ -18,7 +18,7 @@ quote = "1.0" proc-macro2 = "1.0" convert_case = "0.10" # Pin: v1.13+ requires Rust 1.86+. Remove once toolchain is upgraded. -unicode-segmentation = ">=1.11, <1.13" +unicode-segmentation = ">=1.11, <1.14" itertools = "0.14.0" [lints]