Skip to content

Commit

Permalink
chore: Upgrade pact_mock_server to 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 24, 2024
1 parent aac7255 commit e51c1ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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 = { version = "~2.0.0-beta.2", default-features = false, 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.2", default-features = false }
pact_mock_server = { version = "~2.0.0-beta.3", 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.2" }
pact_mock_server = { version = "~2.0.0-beta.3" }
pact_models = { version = "~1.2.1" }
pact-plugin-driver = { version = "~0.6.1" }
pact_verifier = { version = "~1.2.2", path = "../pact_verifier" }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ quickcheck = "1.0.3"
expectest = "0.12.0"
env_logger = "0.11.3"
pact_consumer = { version = "~1.2.2", path = "../pact_consumer" }
pact_mock_server = { version = "~2.0.0-beta.2", default-features = false }
pact_mock_server = { version = "~2.0.0-beta.3", default-features = false }
test-log = { version = "0.2.15", features = ["trace"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log", "fmt"] }
chrono = "0.4.38"
Expand Down

0 comments on commit e51c1ad

Please sign in to comment.