From c57543b4f884af31146eeee8a90e29ec69b6ef5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:34:08 +0000 Subject: [PATCH] Bump two-face from 0.3.0 to 0.4.0 Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.3.0 to 0.4.0. - [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.3.0...v0.4.0) --- updated-dependencies: - dependency-name: two-face 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 930412e2..aff3eed5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2449,9 +2449,9 @@ dependencies = [ [[package]] name = "two-face" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bed2135b2459c7eefba72c906d374697eb15949c205f2f124e3636a46b5eeb" +checksum = "0ccd4843ea031c609fe9c16cae00e9657bad8a9f735a3cc2e420955d802b4268" dependencies = [ "once_cell", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7c972308..7bbb5ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ syntect = { version = "5.2", default-features = false, features = [ "html", ] } tui-textarea = "0.4.0" -two-face = { version = "0.3.0", default-features = false } +two-face = { version = "0.4.0", default-features = false } unicode-segmentation = "1.11" unicode-truncate = "1.0" unicode-width = "0.1"