From f69c790c8af254b6a4280108fc834d76d1577f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 18:35:39 +0200 Subject: [PATCH] build: bump unicode-width from 0.1.9 to 0.1.10 (#4368) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64b86b60..7776a7c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3091,9 +3091,9 @@ checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" [[package]] name = "unicode-width" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" +checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "unicode-xid" diff --git a/Cargo.toml b/Cargo.toml index 7bcc24a0..fb24aa55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ terminal_size = "0.2.1" toml = { version = "0.5.9", features = ["preserve_order"] } toml_edit = "0.14.4" unicode-segmentation = "1.10.0" -unicode-width = "0.1.9" +unicode-width = "0.1.10" urlencoding = "2.1.2" versions = "4.1.0" which = "4.3.0"