From cad238e1a6a4da78bc0ad43ea25d2fabac5c958a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:19:30 +0000 Subject: [PATCH] chore(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 b80639539..9b5b82711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4613,9 +4613,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 41dd5df3b..4ddb211e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ tracing-subscriber = "0.3.19" url = "2.5.4" uuid = { version = "1.17.0", features = ["v4"] } walkdir = "2.5.0" -wiremock = "0.6.3" +wiremock = "0.6.4" zip = { version = "4.1.0", default-features = false, features = ["deflate"] } zstd = { version = "0.13.0" }