From e2023edfdd6f68de7acf13de5e423a16c3b55eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:34:47 +0800 Subject: [PATCH] chore(deps): bump unicode-width from 0.1.10 to 0.1.11 (#294) Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 979c4f9..124aced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1851,9 +1851,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "url" diff --git a/Cargo.toml b/Cargo.toml index 29f9d1d..e437588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ regex = "1.9.5" tokio = { version = "1.32", features = ["rt", "sync"] } trust-dns-resolver = "0.23.0" async-trait = "0.1.73" -unicode-width = "0.1.10" +unicode-width = "0.1.11" resolv-conf = "0.7.0" pnet_macros_support = "0.34.0" anyhow = { version = "1.0.75", features = ["backtrace"] }