Skip to content

Commit

Permalink
chore: Upgrade pact_mock_server to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 27, 2024
1 parent dc44170 commit dae427a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ itertools = "0.13.0"
lazy_static = "1.5.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.7", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~2.0.0", default-features = false }
pact_mock_server = { version = "~2.0.1", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
regex = "1.10.5"
Expand Down

0 comments on commit dae427a

Please sign in to comment.