From ba6417fcb4c87c0fd1787a958e4465c2d547ec69 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 03:13:41 +0000 Subject: [PATCH] Update Rust crate unicode-width to 0.1.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba68cc9cac..ab1bea9dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -527,7 +527,7 @@ tufaceous = { path = "tufaceous" } tufaceous-lib = { path = "tufaceous-lib" } tui-tree-widget = "0.21.0" typed-rng = { path = "typed-rng" } -unicode-width = "0.1.11" +unicode-width = "0.1.13" update-common = { path = "update-common" } update-engine = { path = "update-engine" } url = "2.5.0"