From cc68cd9974048e75c65f9cff13017e6e9dc4193e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:31:55 +0000 Subject: [PATCH] Update Rust crate unicode-width to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9bdd79..e48d19f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["command-line-utilities"] ratatui = { version = "0.26.3", features = ["unstable-rendered-line-info"] } crossterm = "0.27.0" anyhow = "1.0.86" -unicode-width = "0.1.13" +unicode-width = "0.2.0" sqlx = { version = "0.7.4", features = ["mysql", "postgres", "sqlite", "chrono", "rust_decimal", "runtime-tokio-rustls", "json"], default-features = false } chrono = "0.4.38" tokio = { version = "1.37.0", features = ["full"] }