From c6bfdb9cf19c3a3086ada14f998192995ad1c7d6 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:02:02 +0000 Subject: [PATCH] Update Rust crate ratatui to 0.29.0 --- Cargo.lock | 42 +++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 8 ++++---- 3 files changed, 36 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b1809d3b8..e6a211eca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -718,7 +718,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.12.1", "lazy_static", "lazycell", "log", @@ -1346,7 +1346,7 @@ dependencies = [ "futures", "omicron-common", "omicron-workspace-hack", - "ratatui", + "ratatui 0.29.0", "schemars", "serde_json", "slog", @@ -5130,7 +5130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -7100,7 +7100,7 @@ dependencies = [ "oximeter-client", "oximeter-db", "pq-sys", - "ratatui", + "ratatui 0.29.0", "reedline", "serde", "serde_json", @@ -7425,7 +7425,6 @@ dependencies = [ "getrandom", "group", "hashbrown 0.15.1", - "heck 0.4.1", "hex", "hickory-proto", "hmac", @@ -7436,6 +7435,7 @@ dependencies = [ "indicatif", "inout", "itertools 0.10.5", + "itertools 0.12.1", "lalrpop-util", "lazy_static", "libc", @@ -8786,7 +8786,7 @@ dependencies = [ [[package]] name = "pq-sys" version = "0.4.6" -source = "git+https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c190f4d4a103c2280908cd1e97628c5c1cb" +source = "git+https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c190f4d4a103c2280908cd1e97628c5c1cb" dependencies = [ "vcpkg", ] @@ -9339,7 +9339,6 @@ dependencies = [ "bitflags 2.6.0", "cassowary", "compact_str", - "crossterm", "instability", "itertools 0.13.0", "lru", @@ -9351,6 +9350,27 @@ dependencies = [ "unicode-width 0.1.14", ] +[[package]] +name = "ratatui" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" +dependencies = [ + "bitflags 2.6.0", + "cassowary", + "compact_str", + "crossterm", + "indoc 2.0.5", + "instability", + "itertools 0.13.0", + "lru", + "paste", + "strum", + "unicode-segmentation", + "unicode-truncate", + "unicode-width 0.2.0", +] + [[package]] name = "rayon" version = "1.10.0" @@ -11048,7 +11068,7 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.87", @@ -12310,7 +12330,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df0b54061d997162f225bed5d2147574af0648480214759a000e33f6cea0017a" dependencies = [ - "ratatui", + "ratatui 0.28.1", "unicode-width 0.1.14", ] @@ -13040,7 +13060,7 @@ dependencies = [ "once_cell", "owo-colors", "proptest", - "ratatui", + "ratatui 0.29.0", "reqwest", "rpassword", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3d8efe3acb..2769977901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -556,7 +556,7 @@ rand_core = "0.6.4" rand_distr = "0.4.3" rand_seeder = "0.3.0" range-requests = { path = "range-requests" } -ratatui = "0.28.1" +ratatui = "0.29.0" rayon = "1.10" rcgen = "0.12.1" reedline = "0.35.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 678170b25e..153761a26f 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -63,14 +63,14 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] } group = { version = "0.13.0", default-features = false, features = ["alloc"] } hashbrown = { version = "0.15.1" } -heck = { version = "0.4.1" } hex = { version = "0.4.3", features = ["serde"] } hickory-proto = { version = "0.24.1", features = ["text-parsing"] } hmac = { version = "0.12.1", default-features = false, features = ["reset"] } hyper = { version = "1.5.0", features = ["full"] } indexmap = { version = "2.6.0", features = ["serde"] } inout = { version = "0.1.3", default-features = false, features = ["std"] } -itertools = { version = "0.10.5" } +itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" } lalrpop-util = { version = "0.19.12" } lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] } libc = { version = "0.2.162", features = ["extra_traits"] } @@ -183,14 +183,14 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] } group = { version = "0.13.0", default-features = false, features = ["alloc"] } hashbrown = { version = "0.15.1" } -heck = { version = "0.4.1" } hex = { version = "0.4.3", features = ["serde"] } hickory-proto = { version = "0.24.1", features = ["text-parsing"] } hmac = { version = "0.12.1", default-features = false, features = ["reset"] } hyper = { version = "1.5.0", features = ["full"] } indexmap = { version = "2.6.0", features = ["serde"] } inout = { version = "0.1.3", default-features = false, features = ["std"] } -itertools = { version = "0.10.5" } +itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" } lalrpop-util = { version = "0.19.12" } lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] } libc = { version = "0.2.162", features = ["extra_traits"] }