From 7309ff23cfda0cd968004c251e24aababaab2dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 06:05:14 +0000 Subject: [PATCH] Bump unicode-width from 0.1.8 to 0.1.9 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/unicode-rs/unicode-width/releases) - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- psudoc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73ade7c..9932a55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,9 +616,9 @@ checksum = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" [[package]] name = "unicode-width" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" +checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" diff --git a/psudoc/Cargo.toml b/psudoc/Cargo.toml index 6a18c2a..21c642f 100644 --- a/psudoc/Cargo.toml +++ b/psudoc/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] libpsudoc = { path = "../libpsudoc" } colored = "2.0.0" -unicode-width = "0.1.8" +unicode-width = "0.1.9" structopt = "0.3.21" lazy_static = "1.4.0"