From f789674e1f1da2a62047ec6e18bb3dade0c9698a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:21:13 +0000 Subject: [PATCH] build(deps): bump wiremock from 0.6.3 to 0.6.4 Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.6.3 to 0.6.4. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: wiremock dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d27018c3f..dcdf210f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7663,9 +7663,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "101681b74cd87b5899e87bcf5a64e83334dd313fcd3053ea72e6dba18928e301" +checksum = "a2b8b99d4cdbf36b239a9532e31fe4fb8acc38d1897c1761e161550a7dc78e6a" dependencies = [ "assert-json-diff", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 689742714..b008cd975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -718,7 +718,7 @@ version = "2.5.0" # HTTP mock server [workspace.dependencies.wiremock] -version = "0.6.3" +version = "0.6.4" # User-agent parser [workspace.dependencies.woothee]