Skip to content

Commit

Permalink
chore(pact_mock_server): 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 a945a38 commit 30e994f
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_mock_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
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 }
rustls = { version = "~0.21.10", optional = true }
rustls-pemfile = { version = "1.0.4", optional = true }
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 30e994f

Please sign in to comment.