From 4b9e78ca8f0648f36da8b182ba336d715e05bbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:35:34 +0000 Subject: [PATCH] chore(deps): bump termprofile from 0.2.3 to 0.2.4 Bumps [termprofile](https://github.com/aschey/termprofile) from 0.2.3 to 0.2.4. - [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.3...v0.2.4) --- updated-dependencies: - dependency-name: termprofile dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c76774c..083eb91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5352,9 +5352,9 @@ dependencies = [ [[package]] name = "termprofile" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c82c3d24419fa095b3cc0c547839feac1e73f74b7356f47945f9e1ca09963c" +checksum = "82a39c8a8d0a92aede29ec52cbd3fc9020d019259984d00e8cc1205e0e00d084" dependencies = [ "anstyle", "palette",