From 5ad54ee675f3f3cadf2884d3712de0b8a53d7692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:06:12 +0000 Subject: [PATCH] Bump unicode-truncate from 0.2.0 to 1.0.0 Bumps [unicode-truncate](https://github.com/Aetf/unicode-truncate) from 0.2.0 to 1.0.0. - [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/v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: unicode-truncate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aadd3c49..930412e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2493,10 +2493,11 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-truncate" -version = "0.2.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a04be5ca5f7a4a7270ffea82bc41c59b87c611ed04f20e77c338e8d3c2348e42" +checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226" dependencies = [ + "itertools 0.12.1", "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index eefdef59..7c972308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [ tui-textarea = "0.4.0" two-face = { version = "0.3.0", default-features = false } unicode-segmentation = "1.11" -unicode-truncate = "0.2" +unicode-truncate = "1.0" unicode-width = "0.1" which = "6.0" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 63b83967..50a924a1 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -30,7 +30,7 @@ scopetime = { path = "../scopetime", version = "0.1" } serde = { version = "1.0", features = ["derive"] } ssh-key = { version = "0.6.6", features = ["crypto", "encryption"] } thiserror = "1.0" -unicode-truncate = "0.2" +unicode-truncate = "1.0" url = "2.5" [dev-dependencies]