Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 2, 2023
1 parent b12f16c commit 23b5311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ rstest_reuse = {version = "0.5.0", path = "../rstest_reuse"}
rstest_test = {version = "0.10.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
tokio = {version = "1.19.2", features = ["rt", "macros"]}
unindent = "0.1.9"
unindent = "0.2.1"

[build-dependencies]
rustc_version = "0.4.0"

0 comments on commit 23b5311

Please sign in to comment.