diff --git a/Cargo.lock b/Cargo.lock index 742e922..9c7cd12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3129,9 +3129,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 403ec04..f41a123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ ratatui = "0.30.1" crossterm = "0.29.0" rusqlite = { version = "0.40.0", features = ["bundled"] } tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "time"] } -unicode-segmentation = "1.13.2" +unicode-segmentation = "1.13.3" dotenvy = "0.15" secrecy = { version = "0.10.3", features = ["serde"] } zeroize = "1.8"