From ffb7447ce3781c62740e03277398d1122d9b6e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:29:29 +0000 Subject: [PATCH] chore(deps): bump tui-big-text from 0.4.3 to 0.4.4 Bumps [tui-big-text](https://github.com/joshka/tui-widgets) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/joshka/tui-widgets/releases) - [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md) - [Commits](https://github.com/joshka/tui-widgets/compare/tui-popup-v0.4.3...tui-popup-v0.4.4) --- updated-dependencies: - dependency-name: tui-big-text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- hac-client/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1b2a8c..e5e6876 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1922,13 +1922,13 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-big-text" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74e81324f07ec6df239679d17120e479b09a29a564df88f7ae2e1979ecc717a8" +checksum = "74f00a38fc1cb36f4670db0dafdbd021ab6e67198896ad4c46546c0acd8fd7d8" dependencies = [ "derive_builder", "font8x8", - "itertools 0.12.1", + "itertools 0.13.0", "ratatui", ] diff --git a/hac-client/Cargo.toml b/hac-client/Cargo.toml index 4a831c2..050fa11 100644 --- a/hac-client/Cargo.toml +++ b/hac-client/Cargo.toml @@ -31,7 +31,7 @@ divan.workspace = true lazy_static.workspace = true futures = "0.3.30" -tui-big-text = { version = "0.4.3" } +tui-big-text = { version = "0.4.4" } tracing-subscriber = { version = "0.3.18" } tracing-appender = "0.2.3" uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }