diff --git a/Cargo.toml b/Cargo.toml index 835c1c788e..7e4a042398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,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"