diff --git a/Cargo.lock b/Cargo.lock index 532b3c32..f5df7a49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1493,9 +1493,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" +checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" [[package]] name = "unicode-truncate" diff --git a/Cargo.toml b/Cargo.toml index df12fda3..fc2417fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ simplelog = { version = "0.11", default-features = false } syntect = { version = "4.6", default-features = false, features = ["metadata", "default-fancy"] } textwrap = "0.14" tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] } -unicode-segmentation = "1.8" +unicode-segmentation = "1.9" unicode-truncate = "0.2" unicode-width = "0.1"