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-16 10:02:25 +00:00
committed by Floris Bruynooghe
parent c4f4f4295b
commit d6c9f5c64b
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -1130,7 +1130,7 @@ dependencies = [
"surf",
"tagger",
"tempfile",
"textwrap 0.14.2",
"textwrap 0.15.0",
"thiserror",
"toml",
"url",
@@ -3761,9 +3761,9 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.14.2"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
dependencies = [
"smawk",
"unicode-linebreak",

View File

@@ -74,7 +74,7 @@ fast-socks5 = "0.4"
humansize = "1"
qrcodegen = "1.7.0"
tagger = "4.3.1"
textwrap = "0.14.2"
textwrap = "0.15.0"
zip = { version = "0.5.13", default-features = false, features = ["deflate"] }
[dev-dependencies]