From 10ab72f8ae4279c1e58943fcb470f0d0a083a075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 02:01:58 +0000 Subject: [PATCH] Bump unicode-width from 0.1.9 to 0.1.10 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/unicode-rs/unicode-width/releases) - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... 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 877f1ead..3bdacfac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,9 +1226,9 @@ dependencies = [ [[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 = "url" diff --git a/Cargo.toml b/Cargo.toml index 586adab8..cf50f169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ wild = { version = "2.1", optional = true } content_inspector = "0.2.4" encoding = "0.2" shell-words = { version = "1.1.0", optional = true } -unicode-width = "0.1.9" +unicode-width = "0.1.10" globset = "0.4" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8"