Merge pull request #7 from uutils/renovate/textwrap-0.x

chore(deps): update rust crate textwrap to 0.16.1
This commit is contained in:
Daniel Hofstetter
2024-02-23 10:55:06 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -527,9 +527,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",
+1 -1
View File
@@ -41,7 +41,7 @@ sysinfo = "0.30"
libc = "0.2.153"
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.10.0"
rand = { version = "0.8", features = ["small_rng"] }