From dad505a20be7113a8548088ec1bc46ad7dd83ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 05:06:11 +0000 Subject: [PATCH] chore(deps): bump indoc from 2.0.1 to 2.0.2 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/cli/Cargo.toml | 2 +- lib/value/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6eac49d8b..4609a65ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,9 +1535,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" +checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" [[package]] name = "inherent" diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 3d27394ee..6899f58d7 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" [dependencies] clap = { version = "4.1.11", features = ["derive"] } exitcode = "1" -indoc = "2.0.1" +indoc = "2.0.2" once_cell = { version = "1.17", optional = true } prettytable-rs = { version = "0.10", default-features = false, optional = true } regex = { version = "1", default-features = false, optional = true, features = ["perf"] } diff --git a/lib/value/Cargo.toml b/lib/value/Cargo.toml index a4dd738ed..5b872c670 100644 --- a/lib/value/Cargo.toml +++ b/lib/value/Cargo.toml @@ -33,7 +33,7 @@ arbitrary = ["dep:quickcheck"] [dev-dependencies] async-graphql = { version = "5.0.6", default-features = false } -indoc = { version = "2.0.1", default-features = false } +indoc = { version = "2.0.2", default-features = false } quickcheck = "1.0.3" lookup = { path = "../lookup", default-features = false, features = ["arbitrary"] } serde = { version = "1.0.158", default-features = false, features = ["derive", "rc"]}