Skip to content

Commit

Permalink
⬆️ Update testing requirement from 0.33 to 0.34
Browse files Browse the repository at this point in the history
Updates the requirements on [testing](https://github.com/swc-project/swc) to permit the latest version.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent bfc1c6f commit 6b24ef6
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 @@ -14,7 +14,7 @@ categories = ["text-processing", "parsing"]
markdown-it = { version = "0.6", default-features = false }
regex = ">= 1.0.0, < 2"
once_cell = ">= 1.0.1, < 2"
testing = "0.33"
testing = "0.34"
rstest = "0.17"
# possible other packages for testing that are not actually used currently
# indoc, rtest, insta
Expand Down

0 comments on commit 6b24ef6

Please sign in to comment.