From 86ad348b127c217a230963e897b27cb062d96647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:33:58 +0000 Subject: [PATCH] fix(deps): update rust crate unicode-segmentation to 1.13.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 715cd48..0fe103c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [dependencies] pyo3 = {version = "0.28.3", features = ["extension-module", "abi3-py310", "generate-import-lib"]} -unicode-segmentation = "1.13.2" +unicode-segmentation = "1.13.3" unicode-width = "0.2.2" [lib]