diff --git a/compatibility-suite/Cargo.lock b/compatibility-suite/Cargo.lock index 6b1f4aae6..483f83a86 100644 --- a/compatibility-suite/Cargo.lock +++ b/compatibility-suite/Cargo.lock @@ -1983,7 +1983,7 @@ dependencies = [ [[package]] name = "pact_matching" -version = "1.1.5" +version = "1.1.6" dependencies = [ "ansi_term", "anyhow", diff --git a/compatibility-suite/Cargo.toml b/compatibility-suite/Cargo.toml index fb8bae963..176b2f605 100644 --- a/compatibility-suite/Cargo.toml +++ b/compatibility-suite/Cargo.toml @@ -14,7 +14,7 @@ itertools = "0.11.0" lazy_static = "1.4.0" maplit = "1.0.2" pact_models = "~1.1.11" -pact_matching = { version = "1.1.4", path = "../rust/pact_matching" } +pact_matching = { version = "1.1.5", path = "../rust/pact_matching" } pact_mock_server = { version = "1.2.2", path = "../rust/pact_mock_server" } pact_verifier = { version = "1.0.2", path = "../rust/pact_verifier" } pact_consumer = { version = "1.0.4", path = "../rust/pact_consumer" } diff --git a/rust/pact_cli/Cargo.toml b/rust/pact_cli/Cargo.toml index ddcf17135..2ce2a2e64 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.4", path = "../pact_matching" } +pact_matching = { version = "~1.1.5", 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 daf43165a..31ea4be8a 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.4", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.5", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.2", 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 5d9dc0455..5553b7851 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.4", path = "../pact_matching" } +pact_matching = { version = "~1.1.5", path = "../pact_matching" } pact_models = "~1.1.11" pact_mock_server = { version = "~1.2.2", path = "../pact_mock_server" } pact_verifier = { version = "~1.0.2", path = "../pact_verifier" } diff --git a/rust/pact_mock_server/Cargo.toml b/rust/pact_mock_server/Cargo.toml index 1919504ce..975b76e0b 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.4", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.5", 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 59f0dbe3c..e8cdf746f 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.4", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.5", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.2", 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 83c5f2d0c..8b6c64f54 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.4", path = "../pact_matching", default-features = false } +pact_matching = { version = "~1.1.5", 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"