From 14d098359284b9662adbed62d5f52ded28cb0c5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Feb 2022 16:47:19 +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 82b5f5b15d..6b29855fd4 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]