From 2ad9126a965425d8486901730590b7c77e242da5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 20:05:36 +0200 Subject: [PATCH] fix(deps): update rust crate unicode-segmentation to 1.9.0 (#315) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd5cf1edf..2cf4981c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ cc = "1" [target."cfg(target_os = \"windows\")".dependencies] parking_lot = "0.12" -unicode-segmentation = "1.8.0" +unicode-segmentation = "1.9.0" image = { version = "0.24", default-features = false } windows-implement = "0.37.0"