From cd488009d4b5c48e3027c8df5477c3d954e1a0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:19:22 +0000 Subject: [PATCH] cargo: bump unicode-width in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [unicode-width](https://github.com/unicode-rs/unicode-width). Updates `unicode-width` from 0.1.13 to 0.1.14 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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 9c5f255c3..cc01f2d08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3399,9 +3399,9 @@ 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 = "url" diff --git a/Cargo.toml b/Cargo.toml index 9043e7925..2a993238e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features = "env-filter", "fmt", ] } -unicode-width = "0.1.13" +unicode-width = "0.1.14" version_check = "0.9.5" watchman_client = { version = "0.9.0" } whoami = "1.5.2"