From 8e9c7efc1fffccd2758f70094f41c132b1473325 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 04:08:47 +0000 Subject: [PATCH] chore(deps): update rust crate unicode-width to 0.1.11 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 191db4715d..ea691a1d82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9613,9 +9613,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 = "unicode-xid" diff --git a/Cargo.toml b/Cargo.toml index 73f89d3bdf..830c23a408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -370,7 +370,7 @@ trust-dns-server = "0.22" trybuild = "1.0.85" tufaceous = { path = "tufaceous" } tufaceous-lib = { path = "tufaceous-lib" } -unicode-width = "0.1.10" +unicode-width = "0.1.11" update-engine = { path = "update-engine" } uuid = { version = "1.4.1", features = ["serde", "v4"] } usdt = "0.3"