From e5159fda36be4f8478041b54472b1bfd1f6379f9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 7 Jul 2022 17:33:40 +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 dafea16a17..c30ecc549c 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.8.0"
+unicode-segmentation = "1.9.0"
 image = { version = "0.24", default-features = false }
 windows-implement = "0.37.0"