mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Bump textwrap from 0.13.4 to 0.14.0
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.4 to 0.14.0. - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgeisler/textwrap/compare/0.13.4...0.14.0) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f132722272
commit
18f35256b3
2 changed files with 14 additions and 4 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -492,7 +492,7 @@ dependencies = [
|
|||
"serde",
|
||||
"simplelog",
|
||||
"syntect",
|
||||
"textwrap 0.13.4",
|
||||
"textwrap 0.14.0",
|
||||
"tui",
|
||||
"unicode-segmentation",
|
||||
"unicode-truncate",
|
||||
|
|
@ -1352,11 +1352,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "textwrap"
|
||||
version = "0.13.4"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd05616119e612a8041ef58f2b578906cc2531a6069047ae092cfb86a325d835"
|
||||
checksum = "f59f5365546b8424b0cc48868ae4fbbbc29a538dcc496b53543525201034f0c2"
|
||||
dependencies = [
|
||||
"smawk",
|
||||
"unicode-linebreak",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
|
|
@ -1428,6 +1429,15 @@ dependencies = [
|
|||
"matches",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "unicode-linebreak"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05a31f45d18a3213b918019f78fe6a73a14ab896807f0aaf5622aa0684749455"
|
||||
dependencies = [
|
||||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "unicode-normalization"
|
||||
version = "0.1.19"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ ron = "0.6"
|
|||
serde = "1.0"
|
||||
anyhow = "1.0"
|
||||
unicode-width = "0.1"
|
||||
textwrap = "0.13"
|
||||
textwrap = "0.14"
|
||||
unicode-truncate = "0.2"
|
||||
unicode-segmentation = "1.7"
|
||||
easy-cast = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue