Skip to content

Commit

Permalink
Update wiremock requirement from 0.5.19 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wiremock](https://github.com/LukeMathWalker/wiremock-rs) to permit the latest version.
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.5.19...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent bd82fd1 commit c9a9c7e
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 @@ -44,6 +44,6 @@ dyn-clone = "1.0.11"
[dev-dependencies]
tokio-test = "0.4"
rand = "0.8"
wiremock = "0.5.19"
wiremock = "0.6.0"
tempfile = "3.6.0"
fake = "2.6.1"

0 comments on commit c9a9c7e

Please sign in to comment.