From d81e4528e047003bd3d3b0f08297d91f9f0b7414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 00:01:17 +0000 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1