1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

chore(deps): update rust crate unindent to 0.2

This commit is contained in:
renovate[bot] 2023-03-29 21:18:11 +00:00 committed by GitHub
parent eaf49fc877
commit a886db4ae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2343,9 +2343,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]] [[package]]
name = "unindent" name = "unindent"
version = "0.1.10" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ee9362deb4a96cef4d437d1ad49cffc9b9e92d202b6995674e928ce684f112" checksum = "5aa30f5ea51ff7edfc797c6d3f9ec8cbd8cfedef5371766b7181d33977f4814f"
[[package]] [[package]]
name = "users" name = "users"

View file

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