summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 02:06:30 +0000
committerGitHub <noreply@github.com>2024-04-29 02:06:30 +0000
commit38a126892237146bf08170a49ce52bfaa5311fc2 (patch)
tree93e677b30ae6fa7ed9637dd3362966440ee44720
parent64a1e3866ea6f1b63f4f308972774622c57896b8 (diff)
Bump two-face from 0.3.0 to 0.4.0dependabot/cargo/two-face-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] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c520bc92..066b4bbd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2447,9 +2447,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 eefdef59..533080b5 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 = "0.2"
unicode-width = "0.1"