From fa2b1d097f1343f5967d664aa3cb03f27992971e Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 7 May 2024 10:50:08 +1000 Subject: [PATCH] chore: Upgrade pact_matching to 1.2.2 --- rust/pact_consumer/Cargo.toml | 2 +- rust/pact_ffi/Cargo.toml | 2 +- rust/pact_mock_server/Cargo.toml | 2 +- rust/pact_mock_server_cli/Cargo.toml | 2 +- rust/pact_verifier/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 19c19da6e..705b63840 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -29,7 +29,7 @@ futures = "0.3.30" itertools = "0.12.1" lazy_static = "1.4.0" maplit = "1.0.2" -pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.2", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.6", path = "../pact_mock_server", default-features = false } pact_models = { version = "~1.2.0", default-features = false } pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false } diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index ed8a9fa41..ee256cab0 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.1", path = "../pact_matching" } +pact_matching = { version = "~1.2.2", path = "../pact_matching" } pact_mock_server = { version = "~1.2.6", path = "../pact_mock_server" } pact_models = { version = "~1.2.0" } pact-plugin-driver = { version = "~0.6.1" } diff --git a/rust/pact_mock_server/Cargo.toml b/rust/pact_mock_server/Cargo.toml index 8fa991959..ccd74eee7 100644 --- a/rust/pact_mock_server/Cargo.toml +++ b/rust/pact_mock_server/Cargo.toml @@ -30,7 +30,7 @@ hyper-rustls = { version = "0.24.2", optional = true } itertools = "0.12.1" lazy_static = "1.4.0" maplit = "1.0.2" -pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.2", path = "../pact_matching", default-features = false } pact_models = { version = "~1.2.0", default-features = false } pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false } rustls = { version = "~0.21.10", optional = true } diff --git a/rust/pact_mock_server_cli/Cargo.toml b/rust/pact_mock_server_cli/Cargo.toml index 50212c9f4..86f9732ba 100644 --- a/rust/pact_mock_server_cli/Cargo.toml +++ b/rust/pact_mock_server_cli/Cargo.toml @@ -31,7 +31,7 @@ maplit = "1.0.2" itertools = "0.12.0" log = "0.4.20" lazy_static = "1.4.0" -pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.2", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.6", path = "../pact_mock_server", default-features = false } pact_models = { version = "~1.2.0", default-features = false } rand = "0.8.5" diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index 3c0f0bd90..20e749de2 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -35,7 +35,7 @@ itertools = "0.12.1" lazy_static = "1.4.0" maplit = "1.0.2" mime = "0.3.17" -pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.2.2", path = "../pact_matching", default-features = false } pact_models = { version = "~1.2.0", default-features = false } pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false } regex = "1.10.4"