Skip to content

Commit

Permalink
chore: Update pact_mock_server crate to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 8, 2024
1 parent 4ee94ee commit cc62ff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions 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 pact_mock_server_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ itertools = "0.12.0"
log = "0.4.20"
lazy_static = "1.4.0"
pact_matching = { version = "~1.2.2", default-features = false }
pact_mock_server = { version = "~1.2.6", path = "../pact_mock_server", default-features = false }
pact_mock_server = { version = "~1.2.7", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
rand = "0.8.5"
regex = "1.10.2"
Expand Down

0 comments on commit cc62ff5

Please sign in to comment.