summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-11 00:01:17 +0000
committerGitHub <noreply@github.com>2021-12-11 00:01:17 +0000
commitd81e4528e047003bd3d3b0f08297d91f9f0b7414 (patch)
treedc3fcea1c327d8e47b2620db38d340c8e2b54dc9 /Cargo.toml
parent0abd063e018ecb8851c3a816aa941dd04d594c9e (diff)
Bump tui from 0.15.0 to 0.16.0 (#225)
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.15.0 to 0.16.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.15.0...v0.16.0) --- updated-dependencies: - dependency-name: tui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22f2b048..3c549519 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ indicatif = "0.16.2"
serde_derive = "1.0.125"
serde = "1.0.126"
serde_json = "1.0.64"
-tui = "0.15"
+tui = "0.16"
termion = "1.5"
unicode-width = "0.1"
itertools = "0.10.1"