diff --git a/Cargo.lock b/Cargo.lock index 2aa2392..a5c201e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[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 = "is-terminal" diff --git a/Cargo.toml b/Cargo.toml index 3ee0bc0..5bd2af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ sysinfo = "0.13.1" which = { version = "3.1.1", default-features = false } [dev-dependencies] -indoc = "2.0.3" +indoc = "2.0.4" # The profile that 'cargo dist' will build with [profile.dist]