Update indoc requirement from 1.0 to 2.0
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/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d6f9617207
commit
6b2cb17d9a
|
@ -93,7 +93,7 @@ features = ["io"]
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio-test = "0.4.2"
|
tokio-test = "0.4.2"
|
||||||
futures-util = "0.3.25"
|
futures-util = "0.3.25"
|
||||||
indoc = "1.0"
|
indoc = "2.0"
|
||||||
skeptic = "0.13"
|
skeptic = "0.13"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
# for examples:
|
# for examples:
|
||||||
|
|
Loading…
Reference in New Issue