mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
Bump two-face from 0.4.1 to 0.4.2 (#2500)
Bumps [two-face](https://github.com/CosmicHorrorDev/two-face) from 0.4.1 to 0.4.2. - [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.1...v0.4.2) --- 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:
parent
58b4e2c21e
commit
232ad89a4d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -3532,9 +3532,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "two-face"
|
name = "two-face"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bf7a7f2e469787d6242b2a8dba5d3bfafef2ce70e63f6e1cda5706b79d161fa5"
|
checksum = "d9094d135e70a13e98be717063aa3fda2761946182a40584ed9941f52d8a768a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [
|
||||||
"html",
|
"html",
|
||||||
] }
|
] }
|
||||||
tui-textarea = "0.7"
|
tui-textarea = "0.7"
|
||||||
two-face = { version = "0.4.1", default-features = false }
|
two-face = { version = "0.4.2", default-features = false }
|
||||||
unicode-segmentation = "1.12"
|
unicode-segmentation = "1.12"
|
||||||
unicode-truncate = "2.0"
|
unicode-truncate = "2.0"
|
||||||
unicode-width = "0.2"
|
unicode-width = "0.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue