chore(deps): Bump wiremock from 0.6.2 to 0.6.3 (#1044)

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.6.2 to 0.6.3.
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.2...v0.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-18 11:47:37 +08:00 committed by GitHub
parent 31a7afeb41
commit b9b784289b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5620,9 +5620,9 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fff469918e7ca034884c7fd8f93fe27bacb7fcb599fd879df6c7b429a29b646"
checksum = "101681b74cd87b5899e87bcf5a64e83334dd313fcd3053ea72e6dba18928e301"
dependencies = [
"assert-json-diff",
"async-trait",

View File

@ -31,7 +31,7 @@ libloading = "0.8.6"
[dev-dependencies]
tempfile.workspace = true
wiremock = "0.6.2"
wiremock = "0.6.3"
rustls-pki-types.workspace = true
rustls-pemfile.workspace = true
hyper.workspace = true