From ead6e7b9dd207bbb410423507af4321a7cc979a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:03:14 +0000 Subject: [PATCH] Bump two-face from 0.4.4 to 0.4.5 Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.4.4 to 0.4.5. - [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.4.5) --- updated-dependencies: - dependency-name: two-face dependency-version: 0.4.5 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 66d994d5ab..cb0bda486f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3796,9 +3796,9 @@ dependencies = [ [[package]] name = "two-face" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d112cfd41c1387546416bcf49c4ae2a1fcacda0d42c9e97120e9798c90c0923" +checksum = "39e51b6e60e545cfdae5a4639ff423818f52372211a8d9a3e892b4b0761f76b2" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index fbcaad798f..74594ab6ea 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.4.5", default-features = false } unicode-segmentation = "1.12" unicode-truncate = "2.0" unicode-width = "0.2"