From b18b9dff4b0089aa4881b17829e6fc7a2d8ec80c Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Mon, 10 Jul 2023 16:42:27 +1000 Subject: [PATCH] chore: Upgrade pact_matching to 1.1.2 --- rust/pact_cli/Cargo.toml | 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/pact_cli/Cargo.toml b/rust/pact_cli/Cargo.toml index e23ff684..5c6f5f9c 100644 --- a/rust/pact_cli/Cargo.toml +++ b/rust/pact_cli/Cargo.toml @@ -18,7 +18,7 @@ clap = "2.31.2" serde_json = "1.0" serde = "1.0" pact_models = "~1.1.8" -pact_matching = { version = "~1.1.1", path = "../pact_matching" } +pact_matching = { version = "~1.1.2", path = "../pact_matching" } anyhow = "1.0.40" log = "0.4.14" simplelog = "0.12.1" diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 46e914a0..4ab7d318 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -15,7 +15,7 @@ exclude = [ [dependencies] pact_models = "~1.1.8" -pact_matching = { version = "~1.1.0", path = "../pact_matching" } +pact_matching = { version = "~1.1.2", path = "../pact_matching" } pact_mock_server = { version = "~1.2.0", path = "../pact_mock_server" } maplit = "1.0.2" lazy_static = "1.4.0" diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 4bfdaee4..38e997b0 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ [dependencies] ansi_term = "0.12.1" anyhow = "1.0.70" -pact_matching = { version = "~1.1.0", path = "../pact_matching" } +pact_matching = { version = "~1.1.2", path = "../pact_matching" } pact_models = "~1.1.8" pact_mock_server = { version = "~1.2.0", path = "../pact_mock_server" } pact_verifier = { version = "~1.0.0", path = "../pact_verifier" } diff --git a/rust/pact_mock_server/Cargo.toml b/rust/pact_mock_server/Cargo.toml index a0514ab0..19c1ef88 100644 --- a/rust/pact_mock_server/Cargo.toml +++ b/rust/pact_mock_server/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ anyhow = "1.0.70" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.95" -pact_matching = { version = "~1.1.0", path = "../pact_matching" } +pact_matching = { version = "~1.1.2", path = "../pact_matching" } pact_models = "~1.1.8" maplit = "1.0.2" lazy_static = "1.4.0" diff --git a/rust/pact_mock_server_cli/Cargo.toml b/rust/pact_mock_server_cli/Cargo.toml index 0ae9c23f..16061dac 100644 --- a/rust/pact_mock_server_cli/Cargo.toml +++ b/rust/pact_mock_server_cli/Cargo.toml @@ -24,7 +24,7 @@ itertools = "0.10.5" log = "0.4.18" lazy_static = "1.4.0" pact_models = "~1.1.8" -pact_matching = { version = "~1.1.0", path = "../pact_matching" } +pact_matching = { version = "~1.1.2", path = "../pact_matching" } pact_mock_server = { version = "~1.2.0", path = "../pact_mock_server" } rand = "0.8.5" regex = "1.8.4" diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index ea830bec..f327b78d 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -18,7 +18,7 @@ exclude = [ anyhow = "1.0.66" serde = "1.0.147" serde_json = "1.0.87" -pact_matching = { version = "~1.1.0", path = "../pact_matching" } +pact_matching = { version = "~1.1.2", path = "../pact_matching" } pact_models = "~1.1.8" pact-plugin-driver = "~0.4.4" maplit = "1.0.2"