diff --git a/Cargo.lock b/Cargo.lock index 4c2b42e..7de1328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3825,9 +3825,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-segmentation" -version = "1.13.2" +version = "1.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" +checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "unicode-truncate" diff --git a/Cargo.toml b/Cargo.toml index 0f7f48d..2f3c779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tracing-appender = "0.2.5" tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] } tui-markdown = { version = "0.3.7" } tui-textarea-2 = "0.11.0" -unicode-segmentation = "1.12.0" +unicode-segmentation = "1.13.3" unicode-width = "0.2.2" uuid = { version = "1.23.1", features = ["v4"] } which = "8.0.2"