From 1bf18fd507286cb02c309a66a394542e687a813a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:55:12 +0000 Subject: [PATCH] Bump unindent from 0.2.2 to 0.2.3 Bumps [unindent](https://github.com/dtolnay/indoc) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/0.2.2...0.2.3) --- updated-dependencies: - dependency-name: unindent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e07f0cf..d5da103 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "unindent" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f86d931b9d0b666761dcfcbac3ec5e9daff8a2becfff93a8fce2591ae297b95" +checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" [[package]] name = "utf8parse" diff --git a/Cargo.toml b/Cargo.toml index e3cfa91..97cffb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories =[ "development-tools::build-utils", "development-tools::cargo-plugin license = "GPL-3.0" [dev-dependencies] -unindent = "^0.2.2" +unindent = "^0.2.3" [dependencies] clap = { version = "^4.4.3", features = [ "cargo" ] }