From fa02c30b9d7d74759206cf01307067bed996cec9 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 13 Aug 2024 15:42:48 +1000 Subject: [PATCH] chore: Upgrade pact_verifier to 1.2.4 --- compatibility-suite/Cargo.toml | 2 +- rust/Cargo.lock | 2 +- rust/pact_ffi/Cargo.toml | 2 +- rust/pact_verifier_cli/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compatibility-suite/Cargo.toml b/compatibility-suite/Cargo.toml index ba41471c..d9efbefe 100644 --- a/compatibility-suite/Cargo.toml +++ b/compatibility-suite/Cargo.toml @@ -16,7 +16,7 @@ maplit = "1.0.2" pact_models = { version = "~1.2.4" } pact_matching = { version = "1.2.6", path = "../rust/pact_matching" } pact_mock_server = { version = "1.2.9" } -pact_verifier = { version = "1.2.3", path = "../rust/pact_verifier" } +pact_verifier = { version = "1.2.4", path = "../rust/pact_verifier" } pact_consumer = { version = "1.2.3", path = "../rust/pact_consumer" } pretty_assertions = "1.4.0" regex = "1.10.2" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 88043e1e..32d99903 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2265,7 +2265,7 @@ dependencies = [ [[package]] name = "pact_verifier" -version = "1.2.4" +version = "1.2.5" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 9cac77a8..c2f44e55 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -34,7 +34,7 @@ pact_matching = { version = "~1.2.6", path = "../pact_matching" } pact_mock_server = { version = "~1.2.9" } pact_models = { version = "~1.2.4" } pact-plugin-driver = { version = "~0.7.0" } -pact_verifier = { version = "~1.2.3", path = "../pact_verifier" } +pact_verifier = { version = "~1.2.4", path = "../pact_verifier" } panic-message = "0.3.0" rand = "0.8.5" rand_regex = "0.15.1" diff --git a/rust/pact_verifier_cli/Cargo.toml b/rust/pact_verifier_cli/Cargo.toml index 92d96a51..9cbb8ff0 100644 --- a/rust/pact_verifier_cli/Cargo.toml +++ b/rust/pact_verifier_cli/Cargo.toml @@ -31,7 +31,7 @@ lazy_static = "1.5.0" log = "0.4.20" maplit = "1.0.2" pact_models = { version = "~1.2.4", default-features = false } -pact_verifier = { version = "~1.2.3", path = "../pact_verifier", default-features = false } +pact_verifier = { version = "~1.2.4", path = "../pact_verifier", default-features = false } regex = "1.10.2" reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } serde_json = "1.0.108"