diff --git a/rust/Cargo.lock b/rust/Cargo.lock index dbdfdfa2a..e1bf93df7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2096,7 +2096,7 @@ dependencies = [ "itertools 0.12.1", "lazy_static", "maplit", - "pact-plugin-driver 0.5.2", + "pact-plugin-driver 0.6.0", "pact_matching", "pact_models", "quickcheck", diff --git a/rust/pact_mock_server/Cargo.toml b/rust/pact_mock_server/Cargo.toml index 3dcef5962..42e863e3d 100644 --- a/rust/pact_mock_server/Cargo.toml +++ b/rust/pact_mock_server/Cargo.toml @@ -32,7 +32,7 @@ lazy_static = "1.4.0" maplit = "1.0.2" 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 } rustls = { version = "~0.21.10", optional = true } rustls-pemfile = { version = "1.0.4", optional = true } serde = { version = "1.0.197", features = ["derive"] }