Bump two-face from 0.4.0 to 0.4.1 (#2491)

Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.4.0 to 0.4.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.0...v0.4.1)

---
updated-dependencies:
- dependency-name: two-face
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-20 17:30:17 +01:00 committed by GitHub
parent 92cafb20ef
commit 4057e01df2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3532,9 +3532,9 @@ dependencies = [
[[package]]
name = "two-face"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ccd4843ea031c609fe9c16cae00e9657bad8a9f735a3cc2e420955d802b4268"
checksum = "bf7a7f2e469787d6242b2a8dba5d3bfafef2ce70e63f6e1cda5706b79d161fa5"
dependencies = [
"once_cell",
"serde",

View file

@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [
"html",
] }
tui-textarea = "0.7"
two-face = { version = "0.4.0", default-features = false }
two-face = { version = "0.4.1", default-features = false }
unicode-segmentation = "1.12"
unicode-truncate = "2.0"
unicode-width = "0.2"