cargo: bump indoc from 1.0.3 to 1.0.4

Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-17 04:10:19 +00:00 committed by Martin von Zweigbergk
parent fae61bad79
commit b56435d609
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -572,9 +572,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
dependencies = [
"unindent",
]
@ -1584,9 +1584,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "unindent"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
[[package]]
name = "url"

View file

@ -34,7 +34,7 @@ config = "0.11.0"
criterion = "0.3.5"
git2 = "0.14.2"
hex = "0.4.3"
indoc = "1.0.3"
indoc = "1.0.4"
insta = "1.13.0"
itertools = "0.10.3"
jujutsu-lib = { version = "=0.3.3", path = "lib"}