From e4f40a827b3e6958e95b5e87db818b2a4ce8e80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:22:07 +0000 Subject: [PATCH] Bump two-face from 0.4.3 to 0.4.4 Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/CosmicHorrorDev/two-face/releases) - [Changelog](https://github.com/CosmicHorrorDev/two-face/blob/v0.4.4/CHANGELOG.md) - [Commits](https://github.com/CosmicHorrorDev/two-face/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: two-face dependency-version: 0.4.4 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 a58b092109..6b1f15ed68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3817,12 +3817,12 @@ dependencies = [ [[package]] name = "two-face" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384eda438ddf62e2c6f39a174452d952d9d9df5a8ad5ade22198609f8dcaf852" +checksum = "3d112cfd41c1387546416bcf49c4ae2a1fcacda0d42c9e97120e9798c90c0923" dependencies = [ - "once_cell", "serde", + "serde_derive", "syntect", ] diff --git a/Cargo.toml b/Cargo.toml index fd835f85d6..5687b8f748 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.3", default-features = false } +two-face = { version = "0.4.4", default-features = false } unicode-segmentation = "1.12" unicode-truncate = "2.0" unicode-width = "0.2"