diff --git a/compatibility-suite/Cargo.toml b/compatibility-suite/Cargo.toml index 8a8ed30e..78f79b85 100644 --- a/compatibility-suite/Cargo.toml +++ b/compatibility-suite/Cargo.toml @@ -14,7 +14,7 @@ itertools = "0.12.1" lazy_static = "1.4.0" maplit = "1.0.2" pact_models = { version = "~1.2.2" } -pact_matching = { version = "1.2.4", path = "../rust/pact_matching" } +pact_matching = { version = "1.2.5", path = "../rust/pact_matching" } pact_mock_server = { version = "1.2.8" } pact_verifier = { version = "1.2.2", path = "../rust/pact_verifier" } pact_consumer = { version = "1.2.2", path = "../rust/pact_consumer" } diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 7289d076..bfe88d0f 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3.30" itertools = "0.13.0" lazy_static = "1.4.0" maplit = "1.0.2" -pact_matching = { version = "~1.2.4", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.5", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.8", default-features = false } pact_models = { version = "~1.2.2", default-features = false } pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false } diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 78f512a5..d4cbcc96 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4.20" 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.4", path = "../pact_matching" } +pact_matching = { version = "~1.2.5", path = "../pact_matching" } pact_mock_server = { version = "~1.2.8" } pact_models = { version = "~1.2.2" } pact-plugin-driver = { version = "~0.7.0" } diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index fe8114eb..a7537730 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -35,7 +35,7 @@ itertools = "0.13.0" lazy_static = "1.4.0" maplit = "1.0.2" mime = "0.3.17" -pact_matching = { version = "~1.2.4", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.5", path = "../pact_matching", default-features = false } pact_models = { version = "~1.2.2", default-features = false } pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false } regex = "1.10.4"