diff --git a/Cargo.lock b/Cargo.lock index 21ad34e..79d5a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" +checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" [[package]] name = "lazy_static" diff --git a/Cargo.toml b/Cargo.toml index 4e0c42f..c69f114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ colored = "2.0.0" dirs = "4.0.0" [dev-dependencies] -indoc = "1.0.6" +indoc = "1.0.7" maplit = "1.0.2" pretty_assertions = "1.2.1"