From 61094bbede5f0add99ed13e6b70df694dae1253e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Apr 2022 11:49:39 +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 e1a8d3c047..01e62df231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,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]