From 746c8d5aafcddee2676031ddb8a6036da56d7039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:32:51 +0000 Subject: [PATCH] Bump tui from 0.17.0 to 0.18.0 Bumps [tui](https://github.com/fdehau/tui-rs) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/fdehau/tui-rs/releases) - [Changelog](https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/fdehau/tui-rs/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: tui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++-------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87a41c139..ce8d99c1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,22 +621,6 @@ dependencies = [ "lazy_static", ] -[[package]] -name = "crossterm" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c" -dependencies = [ - "bitflags", - "crossterm_winapi", - "libc", - "mio", - "parking_lot 0.11.2", - "signal-hook", - "signal-hook-mio", - "winapi", -] - [[package]] name = "crossterm" version = "0.23.0" @@ -2598,7 +2582,7 @@ dependencies = [ "cfg-if 1.0.0", "circular-queue", "colored", - "crossterm 0.23.0", + "crossterm", "futures", "hex", "jsonrpsee", @@ -3308,13 +3292,13 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tui" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ed0a32c88b039b73f1b6c5acbd0554bfa5b6be94467375fd947c4de3a02271" +checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729" dependencies = [ "bitflags", "cassowary", - "crossterm 0.22.1", + "crossterm", "unicode-segmentation", "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index ab10ce507..4ca55a88b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ test = [ ] [dependencies] bytes = "1.0.0" crossterm = "0.23" -tui = "0.17.0" +tui = "0.18.0" [dependencies.snarkos-metrics] path = "./metrics"