From 2481be7a8706c491fca3cc2dfaae5a42ef9b48ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 10:59:17 +0000 Subject: [PATCH] Bump tui from 0.13.0 to 0.14.0 Bumps [tui](https://github.com/fdehau/tui-rs) from 0.13.0 to 0.14.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.13.0...v0.14.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 579fbb97..0f180fa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1143,9 +1143,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tui" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4e6c82bb967df89f20b875fa8835fab5d5622c6a5efa574a1f0b6d0aa6e8f6" +checksum = "9ced152a8e9295a5b168adc254074525c17ac4a83c90b2716274cc38118bddc9" dependencies = [ "bitflags", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index 0970bf34..400008ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ scopetime = { path = "./scopetime", version = "0.1" } asyncgit = { path = "./asyncgit", version = "0.11" } crossterm = { version = "0.19", features = [ "serde" ] } clap = { version = "2.33", default-features = false } -tui = { version = "0.13", default-features = false, features = ['crossterm', 'serde'] } +tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] } bytesize = { version = "1.0.1", default-features = false} itertools = "0.10" rayon-core = "1.9"