From 7747d829cc21631e15063afb961700a0afa43fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:57:22 -0500 Subject: [PATCH] Bump unicode-truncate from 2.0.0 to 2.0.1 (#2846) Bumps [unicode-truncate](https://github.com/Aetf/unicode-truncate) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/Aetf/unicode-truncate/releases) - [Changelog](https://github.com/Aetf/unicode-truncate/blob/master/CHANGELOG.md) - [Commits](https://github.com/Aetf/unicode-truncate/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: unicode-truncate dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c369199..4f655155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ dependencies = [ "ssh-key", "tempfile", "thiserror", - "unicode-truncate 2.0.0", + "unicode-truncate 2.0.1", "url", ] @@ -1173,7 +1173,7 @@ dependencies = [ "tui-textarea", "two-face", "unicode-segmentation", - "unicode-truncate 2.0.0", + "unicode-truncate 2.0.1", "unicode-width 0.2.0", "which", ] @@ -3817,11 +3817,11 @@ dependencies = [ [[package]] name = "unicode-truncate" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbf03860ff438702f3910ca5f28f8dac63c1c11e7efb5012b8b175493606330" +checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" dependencies = [ - "itertools 0.13.0", + "itertools 0.14.0", "unicode-segmentation", "unicode-width 0.2.0", ]