From c72db9cbc9eebfb112433c8cbb49ff4058ece18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 12:58:53 +0000 Subject: [PATCH] Bump two-face from 0.4.4 to 0.5.1 Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.4.4 to 0.5.1. - [Release notes](https://github.com/CosmicHorrorDev/two-face/releases) - [Changelog](https://github.com/CosmicHorrorDev/two-face/blob/main/CHANGELOG.md) - [Commits](https://github.com/CosmicHorrorDev/two-face/compare/v0.4.4...v0.5.1) --- updated-dependencies: - dependency-name: two-face dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4f655155ff..58ff527afc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3747,9 +3747,9 @@ dependencies = [ [[package]] name = "two-face" -version = "0.4.4" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d112cfd41c1387546416bcf49c4ae2a1fcacda0d42c9e97120e9798c90c0923" +checksum = "b285c51f8a6ade109ed4566d33ac4fb289fb5d6cf87ed70908a5eaf65e948e34" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 8f07dd34e4..8f247453e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ syntect = { version = "5.3", default-features = false, features = [ "html", ] } tui-textarea = "0.7" -two-face = { version = "0.4.4", default-features = false } +two-face = { version = "0.5.1", default-features = false } unicode-segmentation = "1.12" unicode-truncate = "2.0" unicode-width = "0.2"