diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index a29de5bf..4bf84ba7 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -31,7 +31,7 @@ maplit = "1.0.2" multipart = { version = "0.18.0", default-features = false, features = ["client", "mock"] } onig = { version = "6.4.0", default-features = false } pact_matching = { version = "~1.2.7", path = "../pact_matching" } -pact_mock_server = { version = "~1.2.10" } +pact_mock_server = { version = "~1.2.11" } pact_models = { version = "~1.2.6" } pact-plugin-driver = { version = "~0.7.2" } pact_verifier = { version = "~1.2.4", path = "../pact_verifier" }