From 1045ad99c8e906c81f71f11f1e1624ca95ca954a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:26:39 +0000 Subject: [PATCH] build(deps): bump unicode-width from 0.1.13 to 0.2.0 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.13 to 0.2.0. - [Commits](https://github.com/unicode-rs/unicode-width/commits) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd4cfc0ac..35fdade41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219e3ce6f2611d83b51ec2098a12702112c29e57203a6b0a0929b2cddb486608" dependencies = [ - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -466,7 +466,7 @@ dependencies = [ "terminal_size", "timeago", "trycmd", - "unicode-width", + "unicode-width 0.2.0", "uutils_term_grid", "uzers", "windows-sys 0.59.0", @@ -1459,9 +1459,15 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "unsafe-libyaml" diff --git a/Cargo.toml b/Cargo.toml index ba5a7f228..e4e21a55a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ plist = { version = "1.7.0", default-features = false } uutils_term_grid = "0.6.0" terminal_size = "0.3.0" timeago = { version = "0.4.2", default-features = false } -unicode-width = "0.1" +unicode-width = "0.2" zoneinfo_compiled = "0.5.1" ansi-width = "0.1.0" serde = { version = "1.0.193", features = ["derive"] }