From e44c0d15d03275de27eb46315fdebd6305259a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:38:37 +0000 Subject: [PATCH] chore(deps): bump termprofile from 0.2.0 to 0.2.1 Bumps [termprofile](https://github.com/aschey/termprofile) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/aschey/termprofile/releases) - [Changelog](https://github.com/aschey/termprofile/blob/main/CHANGELOG.md) - [Commits](https://github.com/aschey/termprofile/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: termprofile dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b56e78..b946975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5151,9 +5151,9 @@ dependencies = [ [[package]] name = "termprofile" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7004b4490ec6138f06789f231d2e1f77531c1ca11dc3cf9fb18a7f094d5cdf" +checksum = "58c83481d7a0153c7e418750832bd731dd548fa79bb306071b2182ec73cba1dd" dependencies = [ "anstyle", "palette", diff --git a/Cargo.toml b/Cargo.toml index a66e14c..5d5c817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rat-widget = "3.2.1" ratatui = {version = "0.30.0", features = ["unstable-widget-ref"] } ratatui-macros = "0.7.0" ratatui-toaster = { path = "crates/ratatui-toaster", version = "0.1.2", features = ["tokio"] } -termprofile = { version = "0.2.0", features = ["convert", "ratatui"] } +termprofile = { version = "0.2.1", features = ["convert", "ratatui"] } textwrap = { version = "0.16.2", features = ["terminal_size"] } thiserror = "2.0.18" throbber-widgets-tui = "0.11.0"