diff --git a/Cargo.lock b/Cargo.lock index 0d61ee3d6f..38f5a45173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1251,9 +1251,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 = "inout" diff --git a/Cargo.toml b/Cargo.toml index 066808bcc3..1c6fedd7da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ flate2 = { version = "1.0.25", default-features = false, features = ["default"], hex = { version = "0.4", optional = true } hmac = { version = "0.12.1", optional = true } indexmap = { version = "~2.0.0", default-features = false, features = ["std"], optional = true} -indoc = {version = "2.0.2", optional = true } +indoc = {version = "2.0.3", optional = true } itertools = { version = "0.11.0", default-features = false, optional = true } lalrpop-util = { version = "0.20", optional = true } mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"], optional = true} @@ -151,7 +151,7 @@ anyhow = "1" criterion = "0.5" chrono-tz = "0.8" serde_json = "1" -indoc = "2.0.2" +indoc = "2.0.3" tracing-test = { version = "0.2", default-features = false } toml = { version = "0.7.6", default-features = false } mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"]}