From e2972898c73fb82f9e97080d726cebcc0fac9038 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 07:55:37 -0400 Subject: [PATCH] fix(deps): update rust crate unicode-segmentation to 1.8.0 (#117) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2fd824b4..9dacd0cb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ cc = "1" [target."cfg(target_os = \"windows\")".dependencies] parking_lot = "0.11" -unicode-segmentation = "1.7.1" +unicode-segmentation = "1.8.0" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3"