Skip to content

Commit

Permalink
chore(pact_consumer): Upgrade pact-plugin-driver to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 16, 2024
1 parent de57941 commit 6234fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maplit = "1.0.2"
pact_matching = { version = "~1.2.0", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.5", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.18", path = "../pact_models", default-features = false }
pact-plugin-driver = { version = "~0.5.1", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.6.0", optional = true, default-features = false }
regex = "1.10.4"
serde_json = "1.0.115"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit 6234fe3

Please sign in to comment.