summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-08 09:45:11 +0100
committerGitHub <noreply@github.com>2021-05-08 09:45:11 +0100
commitb35db2c4e1fb836b8037ce2f54434fe3c90ed1c0 (patch)
treead6954c3dc88c3bb60ee36145dd572bac0ab9535
parentd7a47d39a7737fcd45305213fc4daeacaa1a9410 (diff)
Bump tui from 0.14.0 to 0.15.0 (#44)
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.14.0 to 0.15.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.14.0...v0.15.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5b3ce068..244bafe0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2395,9 +2395,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tui"
-version = "0.14.0"
+version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9ced152a8e9295a5b168adc254074525c17ac4a83c90b2716274cc38118bddc9"
+checksum = "861d8f3ad314ede6219bcb2ab844054b1de279ee37a9bc38e3d606f9d3fb2a71"
dependencies = [
"bitflags",
"cassowary",
diff --git a/Cargo.toml b/Cargo.toml
index 81d10d3e..34482b9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ indicatif = "0.15.0"
serde_derive = "1.0.125"
serde = "1.0.125"
serde_json = "1.0.64"
-tui = "0.14"
+tui = "0.15"
termion = "1.5"
unicode-width = "0.1"
itertools = "0.10.0"