Skip to content

Commit

Permalink
chore: Upgrade pact_verifier to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 20, 2023
1 parent aa07cdd commit 39a14e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 39a14e9

Please sign in to comment.