From a886db4ae19fbfa4c9c241cd62ecba65137d45e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:18:11 +0000 Subject: [PATCH] chore(deps): update rust crate unindent to 0.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88736c7ba..6da49d56a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2343,9 +2343,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "unindent" -version = "0.1.10" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ee9362deb4a96cef4d437d1ad49cffc9b9e92d202b6995674e928ce684f112" +checksum = "5aa30f5ea51ff7edfc797c6d3f9ec8cbd8cfedef5371766b7181d33977f4814f" [[package]] name = "users" diff --git a/Cargo.toml b/Cargo.toml index 9abe7f11e..08f8a48f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }