Skip to content

Commit

Permalink
chore: Upgrade the Pact libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 22, 2022
1 parent 2868bc7 commit 62cf24f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
42 changes: 20 additions & 22 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ prost-types = "0.11.1"
tokio = { version = "1.0", features = ["full"] }
uuid = { version = "1.1.2", features = ["v4"] }
maplit = "1.0.2"
pact_matching = "0.12.11"
pact_models = "0.4.5"
pact_verifier = "0.13.13"
pact-plugin-driver = "0.1.11"
pact_matching = "0.12.14"
pact_models = "1.0.0"
pact_verifier = "0.13.15"
pact-plugin-driver = "0.1.15"
anyhow = "1.0.42"
futures = "0.3"
async-trait = "0.1.51"
Expand Down

0 comments on commit 62cf24f

Please sign in to comment.