From 23b531134d46a37b9ec59462c9fb87a699c64537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:41:15 +0100 Subject: [PATCH] Update unindent requirement from 0.1.9 to 0.2.1 (#181) Updates the requirements on [unindent](https://github.com/dtolnay/indoc) to permit the latest version. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/0.1.9...0.2.1) --- updated-dependencies: - dependency-name: unindent dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rstest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rstest/Cargo.toml b/rstest/Cargo.toml index 2a60aeb..d8dffe0 100644 --- a/rstest/Cargo.toml +++ b/rstest/Cargo.toml @@ -35,7 +35,7 @@ rstest_reuse = {version = "0.5.0", path = "../rstest_reuse"} rstest_test = {version = "0.10.0", path = "../rstest_test"} temp_testdir = "0.2.3" tokio = {version = "1.19.2", features = ["rt", "macros"]} -unindent = "0.1.9" +unindent = "0.2.1" [build-dependencies] rustc_version = "0.4.0"