Skip to content

Commit

Permalink
chore: Upgrade pact_mock_server to 2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 2, 2024
1 parent fc8fd91 commit c44b5fb
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
67 changes: 34 additions & 33 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", tag = "t
pact_matching = { version = "~1.2.4", path = "./pact_matching" }
# Issue 389 - Pull change into other crates
pact_models = { version = "~1.2.1", path = "./pact_models" }
pact_mock_server = { git = "https://github.com/pact-foundation/pact-core-mock-server.git", branch = "v2.0.x" }

[profile.release]
strip = true
Expand Down
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.13.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.4", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~2.0.0-beta.3", default-features = false }
pact_mock_server = { version = "~2.0.0-beta.5", default-features = false }
pact_models = { version = "~1.2.1", 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.4", path = "../pact_matching" }
pact_mock_server = { version = "~2.0.0-beta.3" }
pact_mock_server = { version = "~2.0.0-beta.5" }
pact_models = { version = "~1.2.1" }
pact-plugin-driver = { version = "~0.6.1" }
pact_verifier = { version = "~1.2.2", path = "../pact_verifier" }
Expand Down

0 comments on commit c44b5fb

Please sign in to comment.