diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 65b90c95f..3a2936795 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "pact_verifier" -version = "1.0.3" +version = "1.0.4" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 500b33621..26cf52c1b 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.70" pact_matching = { version = "~1.1.5", path = "../pact_matching" } pact_models = "~1.1.11" pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server" } -pact_verifier = { version = "~1.0.2", path = "../pact_verifier" } +pact_verifier = { version = "~1.0.3", path = "../pact_verifier" } libc = "0.2.141" zeroize = "1.6.0" thiserror = "1.0.40" diff --git a/rust/pact_verifier_cli/Cargo.toml b/rust/pact_verifier_cli/Cargo.toml index 7878261c8..d8bf87f00 100644 --- a/rust/pact_verifier_cli/Cargo.toml +++ b/rust/pact_verifier_cli/Cargo.toml @@ -30,7 +30,7 @@ junit-report = { version = "0.8.2", optional = true } log = "0.4.17" maplit = "1.0.2" pact_models = { version = "~1.1.11", default-features = false } -pact_verifier = { version = "~1.0.2", path = "../pact_verifier", default-features = false } +pact_verifier = { version = "~1.0.3", path = "../pact_verifier", default-features = false } regex = "1.7.3" reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } serde_json = "1.0.95"