From de786417cfc4302490921f44236a196f536c264e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:58:00 +0000 Subject: [PATCH] Bump indoc from 2.0.2 to 2.0.3 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: indoc 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 b6300a626..f05170da6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -893,9 +893,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" +checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" [[package]] name = "instant" diff --git a/Cargo.toml b/Cargo.toml index ba4fa5097..0784bd25d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ wild = { version = "2.1.0", optional = true } url = { version = "2.3.1", optional = true } [dev-dependencies] -indoc = "2.0.0" +indoc = "2.0.3" pretty_assertions = "1.3.0" rustversion = "1.0.9" time = { version = "0.3.17", features = ["macros"] }