From 6ff5871b2292b21fee1448bd5c772f97d5beaa09 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:16:30 -0800 Subject: [PATCH] chore(deps): update rust crate ratatui to 0.26.1 (#4975) 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 ee092a1267..dcdc4b9832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6906,9 +6906,9 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154b85ef15a5d1719bcaa193c3c81fe645cd120c156874cd660fe49fd21d1373" +checksum = "bcb12f8fbf6c62614b0d56eb352af54f6a22410c3b079eb53ee93c7b97dd31d8" dependencies = [ "bitflags 2.4.0", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index 6c1b913199..16f064d64d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -317,7 +317,7 @@ propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev proptest = "1.4.0" quote = "1.0" rand = "0.8.5" -ratatui = "0.26.0" +ratatui = "0.26.1" rayon = "1.8" rcgen = "0.12.1" reedline = "0.28.0"