Skip to content

Commit

Permalink
Update indoc requirement from 1.0 to 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [indoc](https://github.com/dtolnay/indoc) to permit the latest version.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 0dcec11 commit 7b925d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ regex = "1.5"
lazy_static = "1.4"

[dev-dependencies]
indoc = "1.0"
indoc = "2.0"
pretty_assertions = "1.0.0"

[lib]
Expand Down

0 comments on commit 7b925d8

Please sign in to comment.