diff --git a/Cargo.lock b/Cargo.lock index aadd3c49..930412e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2493,10 +2493,11 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-truncate" -version = "0.2.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a04be5ca5f7a4a7270ffea82bc41c59b87c611ed04f20e77c338e8d3c2348e42" +checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226" dependencies = [ + "itertools 0.12.1", "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index eefdef59..7c972308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [ tui-textarea = "0.4.0" two-face = { version = "0.3.0", default-features = false } unicode-segmentation = "1.11" -unicode-truncate = "0.2" +unicode-truncate = "1.0" unicode-width = "0.1" which = "6.0" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 63b83967..50a924a1 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -30,7 +30,7 @@ scopetime = { path = "../scopetime", version = "0.1" } serde = { version = "1.0", features = ["derive"] } ssh-key = { version = "0.6.6", features = ["crypto", "encryption"] } thiserror = "1.0" -unicode-truncate = "0.2" +unicode-truncate = "1.0" url = "2.5" [dev-dependencies]