diff --git a/Cargo.lock b/Cargo.lock index 2953ffde75..0ca27367df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4895,9 +4895,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" dependencies = [ "smawk", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 7f41809255..bdeb409e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ smallvec = "1" strum = "0.26" strum_macros = "0.26" tagger = "4.3.4" -textwrap = "0.16.0" +textwrap = "0.16.1" thiserror = "1" tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] } tokio-io-timeout = "1.2.0"