mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 11:03:25 +03:00
Bump two-face from 0.3.0 to 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>
This commit is contained in:
parent
5ad54ee675
commit
c57543b4f8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2449,9 +2449,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",
|
||||
|
@ -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 = "1.0"
|
||||
unicode-width = "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user