From 585d9ecdf82636c0fb10c189257fb0ffbe325e8d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Mar 2022 05:38:01 +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 fbe875cfc9..27c8478ee4 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]