diff --git a/Cargo.lock b/Cargo.lock index 3578d29c..6c15e299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -615,9 +615,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", "terminal_size 0.2.6", diff --git a/Cargo.toml b/Cargo.toml index 003f29b3..32530d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sysinfo = "0.30" libc = "0.2.152" phf = "0.11.2" phf_codegen = "0.11.2" -textwrap = { version = "0.16.0", features = ["terminal_size"] } +textwrap = { version = "0.16.1", features = ["terminal_size"] } xattr = "1.3.1" tempfile = "3.9.0" rand = { version = "0.8", features = ["small_rng"] }