mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
Bump textwrap from 0.13.0 to 0.13.1
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.0 to 0.13.1. - [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.0...0.13.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
156776ab68
commit
74aeed8544
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -374,7 +374,7 @@ dependencies = [
|
|||
"scopetime",
|
||||
"serde",
|
||||
"simplelog",
|
||||
"textwrap 0.13.0",
|
||||
"textwrap 0.13.1",
|
||||
"tui",
|
||||
"unicode-width",
|
||||
"which",
|
||||
|
|
@ -1109,9 +1109,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "textwrap"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b1bca196a5c5a7bc57a5c92809cf5670e16bcbca3bf0d09ef47150bf97221f6f"
|
||||
checksum = "7aca9e798437265144ddacce09343df0b3413a0aef54b1e212e640e472118b80"
|
||||
dependencies = [
|
||||
"smawk",
|
||||
"unicode-width",
|
||||
|
|
|
|||
Loading…
Reference in a new issue