From ed0ead62df261505a0c8b4738d023aa152cc4c86 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 04:32:12 +0000 Subject: [PATCH] fix(deps): update rust crate unicode-segmentation to 1.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ab74943e3..a5dcd23fbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ cc = "1" [target."cfg(target_os = \"windows\")".dependencies] parking_lot = "0.11" -unicode-segmentation = "1.8.0" +unicode-segmentation = "1.9.0" windows_macros = "0.30.0" [target."cfg(target_os = \"windows\")".dependencies.windows]