diff --git a/Cargo.lock b/Cargo.lock index 7380bc241e..d8639e25d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3532,9 +3532,9 @@ dependencies = [ [[package]] name = "two-face" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf7a7f2e469787d6242b2a8dba5d3bfafef2ce70e63f6e1cda5706b79d161fa5" +checksum = "d9094d135e70a13e98be717063aa3fda2761946182a40584ed9941f52d8a768a" dependencies = [ "once_cell", "serde", diff --git a/Cargo.toml b/Cargo.toml index 77cc02001d..7d8818d52c 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.1", default-features = false } +two-face = { version = "0.4.2", default-features = false } unicode-segmentation = "1.12" unicode-truncate = "2.0" unicode-width = "0.2"