diff --git a/Cargo.lock b/Cargo.lock index aff000930..6716fa020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" +checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" [[package]] name = "inout" diff --git a/Cargo.toml b/Cargo.toml index d32f5cc86..01350ec47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ flate2 = { version = "1.0.28", default-features = false, features = ["default"], hex = { version = "0.4", optional = true } hmac = { version = "0.12.1", optional = true } indexmap = { version = "~2.1.0", default-features = false, features = ["std"], optional = true} -indoc = {version = "2.0.4", optional = true } +indoc = {version = "2.0.5", optional = true } itertools = { version = "0.12.0", default-features = false, optional = true } lalrpop-util = { version = "0.20", optional = true } mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"], optional = true} @@ -147,7 +147,7 @@ anyhow = "1" criterion = "0.5" chrono-tz = "0.8" serde_json = "1" -indoc = "2.0.4" +indoc = "2.0.5" tracing-test = { version = "0.2", default-features = false } toml = { version = "0.8.8", default-features = false } mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"]}