1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4687 from uutils/renovate/unindent-0.x

chore(deps): update rust crate unindent to 0.2
This commit is contained in:
Daniel Hofstetter 2023-03-30 09:59:01 +02:00 committed by GitHub
commit e4d157b030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -483,7 +483,7 @@ regex = { workspace=true }
sha1 = { version="0.10", features=["std"] }
tempfile = { workspace=true }
time = { workspace=true, features=["local-offset"] }
unindent = "0.1"
unindent = "0.2"
uucore = { workspace=true, features=["entries", "process", "signals"] }
walkdir = { workspace=true }
is-terminal = { workspace=true }