From 912ee06f39b66fbd20fb171bb97341c1f1b2d4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:05:14 +0000 Subject: [PATCH] build(deps): update indoc requirement from 1.0 to 2.0 Updates the requirements on [indoc](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/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index f20827f6..38bf920f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -11,6 +11,6 @@ anyhow = "1" syn = "1" quote = "1" proc-macro2 = "1" -indoc = "1.0" +indoc = "2.0" lazy_static = "1" serde_json = "1"