diff --git a/Cargo.lock b/Cargo.lock index c433c432..f927adb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ dependencies = [ "scopetime", "serde", "simplelog", - "textwrap 0.13.2", + "textwrap 0.13.3", "tui", "unicode-width", "which", @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cdcf6b66102d38821c33eea2bf1e8b7bd738072171cbf8a0683fbb46fcb8b0b" +checksum = "a89bc85084ac4e273c6bbf99050d932821af166392aaedc5038a38e1f229cdf5" dependencies = [ "smawk", "unicode-width",