From a88a2c6abece1cb3a12746aecede2ef7799fd0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 02:20:53 +0000 Subject: [PATCH] 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4952c65..33b1ddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -706,9 +706,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "url" diff --git a/Cargo.toml b/Cargo.toml index d92df74..31c0145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ git2 = { version = "0.19.0", default-features = false } libc = "0.2.158" log = { version = "0.4.22", features = ["std"] } unicode-segmentation = "1.12.0" -unicode-width = "0.1.13" +unicode-width = "0.2.0" [dev-dependencies] pretty_assertions = "1.4.1"