diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-11 00:01:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-11 00:01:17 +0000 |
| commit | d81e4528e047003bd3d3b0f08297d91f9f0b7414 (patch) | |
| tree | dc3fcea1c327d8e47b2620db38d340c8e2b54dc9 | |
| parent | Support generating shell completions (#235) (diff) | |
| download | atuin-d81e4528e047003bd3d3b0f08297d91f9f0b7414.zip | |
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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2394,9 +2394,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tui" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "861d8f3ad314ede6219bcb2ab844054b1de279ee37a9bc38e3d606f9d3fb2a71" +checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23" dependencies = [ "bitflags", "cassowary", @@ -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" |
