From 10a3e32c15c2a3d11369494cfe30f9ca90666bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:13:38 +0000 Subject: [PATCH] build(deps): bump wiremock from 0.5.18 to 0.5.22 Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.18 to 0.5.22. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.18...v0.5.22) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db98a72b..c44b7a96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2696,9 +2696,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.18" +version = "0.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c" +checksum = "13a3a53eaf34f390dd30d7b1b078287dd05df2aa2e21a589ccb80f5c7253c2e9" dependencies = [ "assert-json-diff", "async-trait",