diff --git a/Cargo.lock b/Cargo.lock index b78fe0de..fb3a8300 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3532,9 +3532,9 @@ dependencies = [ [[package]] name = "two-face" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ccd4843ea031c609fe9c16cae00e9657bad8a9f735a3cc2e420955d802b4268" +checksum = "bf7a7f2e469787d6242b2a8dba5d3bfafef2ce70e63f6e1cda5706b79d161fa5" dependencies = [ "once_cell", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0c534131..77cc0200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [ "html", ] } tui-textarea = "0.7" -two-face = { version = "0.4.0", default-features = false } +two-face = { version = "0.4.1", default-features = false } unicode-segmentation = "1.12" unicode-truncate = "2.0" unicode-width = "0.2"