Skip to content

Commit

Permalink
Update wiremock requirement from 0.5.3 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.3...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 ff27745 commit e1e0c76
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 @@ -61,7 +61,7 @@ tokio = { version = "1.17.0", default-features = false, features = [
"time",
] }
tokio-test = "0.4.2"
wiremock = "0.5.3"
wiremock = "0.6.0"
crypto_box = { version = "0.8.2", features = ["seal"] }
base64 = "0.21.2"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit e1e0c76

Please sign in to comment.