diff --git a/Cargo.lock b/Cargo.lock index d9f416f55d96e..cecce74ec8c8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10164,9 +10164,9 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.18" +version = "0.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7b0b5b253ebc0240d6aac6dd671c495c467420577bf634d3064ae7e6fa2b4c" +checksum = "c6f71803d3a1c80377a06221e0530be02035d5b3e854af56c6ece7ac20ac441d" dependencies = [ "assert-json-diff", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index af71d877e60cd..21f5146478246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -357,7 +357,7 @@ tokio-test = "0.4.2" tokio = { version = "1.28.2", features = ["test-util"] } tower-test = "0.4.0" vector-core = { path = "lib/vector-core", default-features = false, features = ["vrl", "test"] } -wiremock = "0.5.18" +wiremock = "0.5.19" zstd = { version = "0.12.3", default-features = false } [patch.crates-io]