From bc35a287758406f5888d2dda29684e047886e398 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 16 Apr 2024 10:58:31 +1000 Subject: [PATCH] chore(pact_verifier): Update pact-plugin-driver to 0.6.0 --- rust/Cargo.lock | 2 +- rust/pact_verifier/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 38e65e851..f9aafb8a9 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2219,7 +2219,7 @@ dependencies = [ "lazy_static", "maplit", "mime", - "pact-plugin-driver 0.5.2", + "pact-plugin-driver 0.6.0", "pact_consumer", "pact_matching", "pact_models", diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index 5f8fc79d3..fd288bd01 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -37,7 +37,7 @@ maplit = "1.0.2" mime = "0.3.17" pact_matching = { version = "~1.2.0", path = "../pact_matching", default-features = false } pact_models = { version = "~1.1.18", path = "../pact_models", default-features = false } -pact-plugin-driver = { version = "~0.5.1", optional = true, default-features = false } +pact-plugin-driver = { version = "~0.6.0", optional = true, default-features = false } regex = "1.10.4" reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } serde = "1.0.197"