diff --git a/Cargo.lock b/Cargo.lock index e5881d8f2..2d6c4190b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3579,9 +3579,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 279df877d..6f86beb9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ sha2 = { version = "0.10.8" } target-lexicon = { version = "0.12.13" } task-local-extensions = { version = "0.1.4" } tempfile = { version = "3.9.0" } -textwrap = { version = "0.16.0" } +textwrap = { version = "0.16.1" } thiserror = { version = "1.0.56" } tl = { version = "0.7.7" } tokio = { version = "1.35.1", features = ["rt-multi-thread"] }