mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Bump unicode-truncate from 0.2.0 to 1.0.0
Bumps [unicode-truncate](https://github.com/Aetf/unicode-truncate) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/Aetf/unicode-truncate/releases) - [Changelog](https://github.com/Aetf/unicode-truncate/blob/master/CHANGELOG.md) - [Commits](https://github.com/Aetf/unicode-truncate/compare/v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: unicode-truncate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c2d23da543
commit
5ad54ee675
3 changed files with 5 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -2493,10 +2493,11 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
|||
|
||||
[[package]]
|
||||
name = "unicode-truncate"
|
||||
version = "0.2.0"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a04be5ca5f7a4a7270ffea82bc41c59b87c611ed04f20e77c338e8d3c2348e42"
|
||||
checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226"
|
||||
dependencies = [
|
||||
"itertools 0.12.1",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [
|
|||
tui-textarea = "0.4.0"
|
||||
two-face = { version = "0.3.0", default-features = false }
|
||||
unicode-segmentation = "1.11"
|
||||
unicode-truncate = "0.2"
|
||||
unicode-truncate = "1.0"
|
||||
unicode-width = "0.1"
|
||||
which = "6.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ scopetime = { path = "../scopetime", version = "0.1" }
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
ssh-key = { version = "0.6.6", features = ["crypto", "encryption"] }
|
||||
thiserror = "1.0"
|
||||
unicode-truncate = "0.2"
|
||||
unicode-truncate = "1.0"
|
||||
url = "2.5"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue