From 04bad2648550cfa29848ce8c04254beca4ce51c9 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Fri, 22 Sep 2023 11:03:38 +1000 Subject: [PATCH] chore: Upgrade pact_matching to 1.1.6 --- 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 2ce2a2e64..8cd44a614 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.11" -pact_matching = { version = "~1.1.5", path = "../pact_matching" } +pact_matching = { version = "~1.1.6", 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 26f96369c..957a4e31f 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -29,7 +29,7 @@ futures = "0.3.28" itertools = "0.10.5" lazy_static = "1.4.0" maplit = "1.0.2" -pact_matching = { version = "~1.1.5", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false } pact_models = { version = "~1.1.11", default-features = false } pact-plugin-driver = { version = "~0.4.5", optional = true, default-features = false } diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index f4cef3053..9e73f02d3 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.5", path = "../pact_matching" } +pact_matching = { version = "~1.1.6", path = "../pact_matching" } pact_models = "~1.1.11" pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server" } pact_verifier = { version = "~1.0.3", path = "../pact_verifier" } diff --git a/rust/pact_mock_server/Cargo.toml b/rust/pact_mock_server/Cargo.toml index 02db2947f..e7e4141d2 100644 --- a/rust/pact_mock_server/Cargo.toml +++ b/rust/pact_mock_server/Cargo.toml @@ -30,7 +30,7 @@ hyper-rustls = { version = "0.24.0", optional = true } itertools = "0.10.5" lazy_static = "1.4.0" maplit = "1.0.2" -pact_matching = { version = "~1.1.5", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false } pact_models = { version = "~1.1.11", default-features = false } pact-plugin-driver = { version = "~0.4.5", optional = true, default-features = false } rustls = { version = "0.21.0", optional = true } diff --git a/rust/pact_mock_server_cli/Cargo.toml b/rust/pact_mock_server_cli/Cargo.toml index 60f4ffe92..b12287d97 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.10.5" log = "0.4.18" lazy_static = "1.4.0" -pact_matching = { version = "~1.1.5", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false } pact_models = { version = "~1.1.11", default-features = false } rand = "0.8.5" diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index 90c7bbe42..5f281bd42 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -35,7 +35,7 @@ itertools = "0.10.5" lazy_static = "1.4.0" maplit = "1.0.2" mime = "0.3.16" -pact_matching = { version = "~1.1.5", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false } pact_models = { version = "~1.1.11", default-features = false } pact-plugin-driver = { version = "~0.4.5", optional = true, default-features = false } regex = "1.7.0"