mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
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:
parent
92cafb20ef
commit
4057e01df2
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.0"
|
version = "0.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0ccd4843ea031c609fe9c16cae00e9657bad8a9f735a3cc2e420955d802b4268"
|
checksum = "bf7a7f2e469787d6242b2a8dba5d3bfafef2ce70e63f6e1cda5706b79d161fa5"
|
||||||
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.0", default-features = false }
|
two-face = { version = "0.4.1", 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