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"