diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d67d1ee86..e550158a5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2101,7 +2101,7 @@ dependencies = [ [[package]] name = "pact_verifier" -version = "1.0.4" +version = "1.0.5" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 7a01aaf8d..511d72f93 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.7", path = "../pact_matching" } pact_models = "~1.1.12" pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server" } -pact_verifier = { version = "~1.0.3", path = "../pact_verifier" } +pact_verifier = { version = "~1.0.4", 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 dc8c2cccc..5a82b73b5 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.12", default-features = false } -pact_verifier = { version = "~1.0.3", path = "../pact_verifier", default-features = false } +pact_verifier = { version = "~1.0.4", 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"