Skip to content

Commit

Permalink
chore(pact_verifier): Update 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 0d4a72f commit bc35a28
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_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ maplit = "1.0.2"
mime = "0.3.17"
pact_matching = { version = "~1.2.0", path = "../pact_matching", 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"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde = "1.0.197"
Expand Down

0 comments on commit bc35a28

Please sign in to comment.