Skip to content

Commit d479f56

Browse files
Update indoc requirement from 1 to 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/commits/2.0.1) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57e70da commit d479f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ regex = "1.6.0"
4040
indoc = { version = "2", optional = true }
4141

4242
[dev-dependencies]
43-
indoc = "1"
43+
indoc = "2"
4444

4545
[[bin]]
4646
name = "integration_tests"

0 commit comments

Comments
 (0)