ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump textwrap from 0.14.2 to 0.15.0

Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.14.2 to 0.15.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.14.2...0.15.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:
dependabot[bot] 2022-03-17 04:09:53 +00:00 committed by Martin von Zweigbergk
parent 8b6932f837
commit 0ea6f47dc5
2 changed files with 10 additions and 4 deletions

12
Cargo.lock generated
View file

@ -668,7 +668,7 @@ dependencies = [
"regex",
"tempfile",
"test-case",
"textwrap 0.14.2",
"textwrap 0.15.0",
"thiserror",
]
@ -1454,6 +1454,12 @@ name = "textwrap"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
[[package]]
name = "textwrap"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
dependencies = [
"smawk",
"unicode-linebreak",
@ -1566,9 +1572,9 @@ dependencies = [
[[package]]
name = "unicode-width"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
[[package]]
name = "unicode-xid"

View file

@ -45,7 +45,7 @@ predicates = "2.1.1"
rand = "0.8.4"
regex = "1.5.4"
tempfile = "3.3.0"
textwrap = "0.14.2"
textwrap = "0.15.0"
thiserror = "1.0.30"
[dev-dependencies]