Skip to content

Commit

Permalink
chore: Upgrade pact_verifier to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 17, 2024
1 parent 25fd9c5 commit 4257ed1
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pact_matching = { version = "~1.2.5", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.9" }
pact_models = { version = "~1.2.2" }
pact-plugin-driver = { version = "~0.7.0" }
pact_verifier = { version = "~1.2.2", path = "../pact_verifier" }
pact_verifier = { version = "~1.2.3", path = "../pact_verifier" }
panic-message = "0.3.0"
rand = "0.8.5"
rand_regex = "0.15.1"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy_static = "1.5.0"
log = "0.4.20"
maplit = "1.0.2"
pact_models = { version = "~1.2.2", default-features = false }
pact_verifier = { version = "~1.2.2", path = "../pact_verifier", default-features = false }
pact_verifier = { version = "~1.2.3", 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"
Expand Down

0 comments on commit 4257ed1

Please sign in to comment.