diff --git a/Cargo.lock b/Cargo.lock index be5aed59..7de1703d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1194,9 +1194,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.9" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" +checksum = "6fe2b9d82064e8a0226fddb3547f37f28eaa46d0fc210e275d835f08cf3b76a7" [[package]] name = "instant" diff --git a/Cargo.toml b/Cargo.toml index b2c9df56..a6d3cf5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tilejson = "0.3" cargo-husky = { version = "1", features = ["user-hooks"], default-features = false } criterion = { version = "0.4", features = ["async_futures", "async_tokio", "html_reports"] } ctor = "0.1" -indoc = "1" +indoc = "2" #test-log = "0.2" [[bench]]