From bf5c4b5d0e4e21533accbb509a1f8160d3bfa3ca Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:32:33 -0700 Subject: [PATCH] Update Rust crate tui-tree-widget to 0.19.0 (#5140) Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[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 3c970bee53..8f37c0de72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10305,9 +10305,9 @@ dependencies = [ [[package]] name = "tui-tree-widget" -version = "0.17.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c317bb061f42d943a2eb118b5de0ee98fc2443f0631e54b24a19de014a28810" +checksum = "fb0c6f924587e719c50b8f83485afbe4d4c16edca6b641d5d9a3204edeba5cf0" dependencies = [ "ratatui", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index 25dc79baf2..56ffd7eb38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -435,7 +435,7 @@ trust-dns-server = "0.22" trybuild = "1.0.89" tufaceous = { path = "tufaceous" } tufaceous-lib = { path = "tufaceous-lib" } -tui-tree-widget = "0.17.0" +tui-tree-widget = "0.19.0" typed-rng = { path = "typed-rng" } unicode-width = "0.1.11" update-common = { path = "update-common" }