From 9c3e8c91c7ae197a5968ff6c039d25b5f1275858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:30:43 +0000 Subject: [PATCH] chore(deps): Bump wiremock from 0.5.19 to 0.5.21 (#19055) Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.19 to 0.5.21. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.19...v0.5.21) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f21393845226..2e2542d0f919f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10899,9 +10899,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.19" +version = "0.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6f71803d3a1c80377a06221e0530be02035d5b3e854af56c6ece7ac20ac441d" +checksum = "079aee011e8a8e625d16df9e785de30a6b77f80a6126092d76a57375f96448da" dependencies = [ "assert-json-diff 2.0.2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a7667ae02d391..7ffbd5851b448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -364,7 +364,7 @@ tower-test = "0.4.0" vector-lib = { path = "lib/vector-lib", default-features = false, features = ["vrl", "test"] } vrl = { version = "0.8.1", features = ["cli", "test", "test_framework", "arbitrary"] } -wiremock = "0.5.19" +wiremock = "0.5.21" zstd = { version = "0.13.0", default-features = false } [patch.crates-io]