diff --git a/Cargo.lock b/Cargo.lock index 9d9820fa7b..1aa6054fa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1286,9 +1286,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 = "instant" diff --git a/Cargo.toml b/Cargo.toml index 451812ef35..4334924134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ env_logger = "0.10.2" fail = { version = "0.5", features = ["failpoints"] } fn-error-context = "0.2.0" futures = "0.3.30" -indoc = "2.0.4" +indoc = "2.0.5" indicatif = "0.17.8" is-terminal = "0.4" libc = "0.2.153"