Update indoc requirement from 0.3.1 to 1.0.2

Updates the requirements on [indoc](https://github.com/dtolnay/indoc) to permit the latest version.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/0.3.1...1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 4 years ago committed by Paul Woolcock
parent 6850559d65
commit c30b4da57c
  1. 2
      Cargo.toml

@ -45,7 +45,7 @@ skeptic = "0.13.3"
[dev-dependencies]
skeptic = "0.13.3"
tempfile = "3.0.3"
indoc = "0.3.1"
indoc = "1.0.2"
pretty_env_logger = "0.4.0"
[package.metadata.docs.rs]

Loading…
Cancel
Save