From 7e6aa82d4729c984d73bd23619c31d0bc7011161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:25:40 +0000 Subject: [PATCH] build(deps): bump unicode-segmentation from 1.13.2 to 1.13.3 Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.13.2 to 1.13.3. - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87fcc47..e9b2313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3062,9 +3062,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 d7a5720..aa4c566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ ratatui = "0.30.0" 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"