From 3078332ef063a23ab6219515efa7713514af0dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:53:25 +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 | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 034a9871bb..a90a416c27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -719,7 +719,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2295,7 +2295,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3186,7 +3186,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3656,7 +3656,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix 1.1.3", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3758,9 +3758,9 @@ dependencies = [ [[package]] name = "two-face" -version = "0.4.5" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e51b6e60e545cfdae5a4639ff423818f52372211a8d9a3e892b4b0761f76b2" +checksum = "b285c51f8a6ade109ed4566d33ac4fb289fb5d6cf87ed70908a5eaf65e948e34" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index c6c6f6d0cf..4a71469980 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ syntect = { version = "5.3", default-features = false, features = [ "plist-load", ] } 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"