Skip to content

Commit

Permalink
chore: Upgrade pact_mock_server to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 30, 2024
1 parent a811b8a commit 5699cab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = { version = "~1.2.0" }
pact_matching = { version = "1.2.3", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.7" }
pact_mock_server = { version = "1.2.8" }
pact_verifier = { version = "1.2.1", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.0", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
Expand Down
4 changes: 2 additions & 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ itertools = "0.12.1"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.3", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.7", default-features = false }
pact_mock_server = { version = "~1.2.8", default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false }
regex = "1.10.4"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ maplit = "1.0.2"
multipart = { version = "0.18.0", default-features = false, features = ["client", "mock"] }
onig = { version = "6.4.0", default-features = false }
pact_matching = { version = "~1.2.3", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.7" }
pact_mock_server = { version = "~1.2.8" }
pact_models = { version = "~1.2.0" }
pact-plugin-driver = { version = "~0.6.1" }
pact_verifier = { version = "~1.2.1", path = "../pact_verifier" }
Expand Down

0 comments on commit 5699cab

Please sign in to comment.