Skip to content

Commit

Permalink
fix: Upgrade pact-plugin-driver to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 31, 2024
1 parent fc33ad2 commit 95cbe5a
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 63 deletions.
117 changes: 59 additions & 58 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
Expand Up @@ -32,7 +32,7 @@ maplit = "1.0.2"
pact_matching = { version = "~1.1.9", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.4", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.17", default-features = false }
pact-plugin-driver = { version = "~0.5.0", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.5.1", optional = true, default-features = false }
regex = "1.10.2"
serde_json = "1.0.108"
tokio = { version = "1.35.1", features = ["full"] }
Expand Down

0 comments on commit 95cbe5a

Please sign in to comment.