build(deps): bump wiremock from 0.6.0 to 0.6.1

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.6.0 to 0.6.1.
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: wiremock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-24 19:39:55 +00:00
committed by Quentin Gliech
parent d28507cb66
commit c257497594
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -7307,9 +7307,9 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec874e1eef0df2dcac546057fe5e29186f09c378181cd7b635b4b7bcc98e9d81"
checksum = "6a59f8ae78a4737fb724f20106fb35ccb7cfe61ff335665d3042b3aa98e34717"
dependencies = [
"assert-json-diff",
"async-trait",

View File

@@ -47,7 +47,7 @@ bitflags = "2.6.0"
mas-keystore.workspace = true
rand_chacha = "0.3.1"
tokio.workspace = true
wiremock = "0.6.0"
wiremock = "0.6.1"
http-body-util.workspace = true
rustls.workspace = true