upgrade textwrap

This commit is contained in:
extrawurst 2022-11-19 17:14:06 +01:00
parent b693d33c32
commit 5c191b9cf3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1684,9 +1684,9 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.15.1"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
dependencies = [
"smawk",
"unicode-linebreak",

View file

@ -47,7 +47,7 @@ scopetime = { path = "./scopetime", version = "0.1" }
serde = "1.0"
simplelog = { version = "0.12", default-features = false }
syntect = { version = "5.0", default-features = false, features = ["parsing", "default-syntaxes", "default-themes", "html"] }
textwrap = "0.15"
textwrap = "0.16"
tui = { version = "0.19", default-features = false, features = ['crossterm', 'serde'] }
unicode-segmentation = "1.10"
unicode-truncate = "0.2"