diff --git a/compatibility-suite/Cargo.lock b/compatibility-suite/Cargo.lock index f605498fc..ba7f6b2a2 100644 --- a/compatibility-suite/Cargo.lock +++ b/compatibility-suite/Cargo.lock @@ -1974,7 +1974,7 @@ dependencies = [ [[package]] name = "pact_consumer" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "async-trait", @@ -2105,7 +2105,7 @@ dependencies = [ [[package]] name = "pact_verifier" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ansi_term", "anyhow", diff --git a/compatibility-suite/Cargo.toml b/compatibility-suite/Cargo.toml index 14f7136df..593ce8673 100644 --- a/compatibility-suite/Cargo.toml +++ b/compatibility-suite/Cargo.toml @@ -16,7 +16,7 @@ maplit = "1.0.2" pact_models = { version = "~1.2.0" } pact_matching = { version = "1.2.2", path = "../rust/pact_matching" } pact_mock_server = { version = "1.2.7" } -pact_verifier = { version = "1.1.0", path = "../rust/pact_verifier" } +pact_verifier = { version = "1.2.1", path = "../rust/pact_verifier" } pact_consumer = { version = "1.2.0", path = "../rust/pact_consumer" } pretty_assertions = "1.4.0" regex = "1.10.2" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e93ac058a..29f86d4b1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2186,7 +2186,7 @@ dependencies = [ [[package]] name = "pact_verifier" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index d88bbb918..1d038fe1e 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -34,7 +34,7 @@ pact_matching = { version = "~1.2.2", path = "../pact_matching" } pact_mock_server = { version = "~1.2.6" } pact_models = { version = "~1.2.0" } pact-plugin-driver = { version = "~0.6.1" } -pact_verifier = { version = "~1.2.0", path = "../pact_verifier" } +pact_verifier = { version = "~1.2.1", 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 24db12136..5ce90933c 100644 --- a/rust/pact_verifier_cli/Cargo.toml +++ b/rust/pact_verifier_cli/Cargo.toml @@ -30,7 +30,7 @@ junit-report = { version = "0.8.3", optional = true } log = "0.4.20" maplit = "1.0.2" pact_models = { version = "~1.2.0", default-features = false } -pact_verifier = { version = "~1.2.0", path = "../pact_verifier", default-features = false } +pact_verifier = { version = "~1.2.1", path = "../pact_verifier", default-features = false } regex = "1.10.2" reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } serde_json = "1.0.108"