diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e912d781..46001c2c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -17,7 +17,7 @@ tracing-core = { git = "https://github.com/tokio-rs/tracing.git", tag = "tracing tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", tag = "tracing-subscriber-0.3.18" } # FFI Inmemory sink uses the global static `LOG_BUFFER` in the pact_matching crate. This is required to be the same # version across all crates (i.e. mock server crate). -pact_matching = { version = "~1.2.6", path = "./pact_matching" } +pact_matching = { version = "~1.2.7", path = "./pact_matching" } # Issue 389 - Pull change into other crates pact_models = { version = "~1.2.4", path = "./pact_models" } diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 93ceb854..edc6238e 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.5.0" maplit = "1.0.2" -pact_matching = { version = "~1.2.6", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.7", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~2.0.0", default-features = false } pact_models = { version = "~1.2.4", 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 c2f44e55..635a2e7f 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.6", path = "../pact_matching" } +pact_matching = { version = "~1.2.7", path = "../pact_matching" } pact_mock_server = { version = "~1.2.9" } pact_models = { version = "~1.2.4" } pact-plugin-driver = { version = "~0.7.0" } diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index 58e0451e..1d0701d9 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.6", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.7", path = "../pact_matching", default-features = false } pact_models = { version = "~1.2.4", default-features = false } pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false } regex = "1.10.4"