1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

chore(deps): update rust crate unindent to 0.2.3

This commit is contained in:
renovate[bot] 2024-05-02 09:48:44 +00:00 committed by GitHub
parent 4a1f89a05c
commit 48c9fb5602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -489,7 +489,7 @@ regex = { workspace = true }
sha1 = { version = "0.10.6", features = ["std"] }
tempfile = { workspace = true }
time = { workspace = true, features = ["local-offset"] }
unindent = "0.2"
unindent = "0.2.3"
uucore = { workspace = true, features = ["entries", "process", "signals"] }
walkdir = { workspace = true }
hex-literal = "0.4.1"