diff --git a/Cargo.lock b/Cargo.lock index 57a9b92ebc..0cf938443e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1511,9 +1511,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "instant" diff --git a/Cargo.toml b/Cargo.toml index 4590ba840b..de0bd9a2a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ env_logger = "0.10.0" fail = { version = "0.5", features = ["failpoints"] } fn-error-context = "0.2.0" futures = "0.3.28" -indoc = "2.0.3" +indoc = "2.0.4" indicatif = "0.17.6" is-terminal = "0.4" libc = "0.2.147"