From f1cd2db8a7bddb5aee5e0d3e2482d85b11d76f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 00:25:51 +0200 Subject: [PATCH] Bump unicode-segmentation from 1.10.0 to 1.10.1 (#35) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a264ddd..7f1aa8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,9 +1229,9 @@ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" [[package]] name = "unicode-segmentation" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" +checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" [[package]] name = "unicode-width" diff --git a/Cargo.toml b/Cargo.toml index dccb8b1..b2d3f06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ human-panic = "1.0.3" lnk = "0.4.1" fuzzy-matcher = "0.3.7" crossterm = "0.25.0" -unicode-segmentation = "1.10.0" +unicode-segmentation = "1.10.1" tiny_update_notifier = "2.1.0" [target.'cfg(windows)'.dependencies]