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