diff --git a/Cargo.lock b/Cargo.lock index 5a2af2b3..d99111a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",