From e8308c233e3b328d5d22a035519760d772aba2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:02:44 +0000 Subject: [PATCH] chore(deps): bump tui-big-text from 0.7.0 to 0.7.1 Bumps [tui-big-text](https://github.com/joshka/tui-widgets) from 0.7.0 to 0.7.1. - [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/commits) --- 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 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e98da0b..1bd9195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2455,13 +2455,13 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-big-text" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b046cf880cb40db75567b60ca22dc38a4165ef490be6bfad5718b22bcb6aabf" +checksum = "a97cefa9f1425ab6146db2961241cec86845d11105b5dd6bb504294b0cdd21af" dependencies = [ "derive_builder", "font8x8", - "itertools 0.13.0", + "itertools 0.14.0", "ratatui", ] diff --git a/Cargo.toml b/Cargo.toml index e4a34dd..4c2158c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.43.0", features = [ tracing = "0.1.41" tracing-error = "0.2.1" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } -tui-big-text = "0.7.0" +tui-big-text = "0.7.1" ureq = { version = "2.12.1", features = ["json"] }