diff --git a/Cargo.lock b/Cargo.lock index def5fcf84..198ab9c42 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 96894d609..58803801b 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 43180dea6..a2b113bd4 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"]}