Bump indoc from 1.0.9 to 2.0.4 (#63)
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.9 to 2.0.4.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.9...2.0.4)
---
updated-dependencies:
- dependency-name: indoc
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diff
Cargo.lock | 4 +++-
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -844,9 +844,9 @@
[[package]]
name = "indoc"
version = "1.0.9"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
[[package]]
name = "inout"
@@ -18,7 +18,7 @@
hex = "0.4"
itoa = "1.0"
indexmap = "2"
indoc = "1.0"
indoc = "2.0"
packfile = "0.1"
parse_link_header = "0.3"
parking_lot = "0.12"