Skip to content

Commit

Permalink
Update wiremock requirement from 0.5.10 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.10...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 Apr 7, 2024
1 parent e9acf90 commit 38b7fde
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 @@ -23,4 +23,4 @@ thiserror = "1.0.30"
dotenv = "0.15.0"
lazy_static = "1.4.0"
tokio = { version = "1.15.0", features = ["rt", "macros"] }
wiremock = "0.5.10"
wiremock = "0.6.0"

0 comments on commit 38b7fde

Please sign in to comment.