Skip to content

Commit a5e557e

Browse files
committed
chore: Update pact_mock_server to 2.2.5
1 parent 64fcc4b commit a5e557e

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

compatibility-suite/Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ edition = "2024"
66
[dev-dependencies]
77
anyhow = "1.0.75"
88
async-trait = "0.1.74"
9-
base64 = "0.22.0"
9+
base64 = "0.23.1"
1010
bytes = "1.5.0"
1111
cucumber = "0.23.0"
12-
itertools = "0.14.0"
13-
lazy_static = "1.4.0"
12+
itertools = "0.15.0"
13+
lazy_static = "1.5.0"
1414
maplit = "1.0.2"
1515
pact_models = { version = "~1.3.14" }
1616
pact_matching = { version = "~2.0.10" }
17-
pact_mock_server = { version = "~2.2.4" }
17+
pact_mock_server = { version = "~2.2.5" }
1818
pact_verifier = { version = "~1.4.4" }
1919
pact_consumer = { version = "~1.4.9" }
2020
regex = "1.10.2"
@@ -31,7 +31,10 @@ uuid = { version = "1.5.0", features = ["v4"] }
3131

3232
[patch.crates-io]
3333
pact_models = { path = "../rust/pact_models" }
34-
pact_matching = { version = "2.0.10", path = "../rust/pact_matching" }
34+
pact_matching = { path = "../rust/pact_matching" }
35+
pact_consumer = { path = "../rust/pact_consumer" }
36+
pact-plugin-driver = { git = "https://github.com/pact-foundation/pact-plugins.git" }
37+
pact_mock_server = { git = "https://github.com/pact-foundation/pact-core-mock-server.git" }
3538

3639
[[test]]
3740
name = "v1_consumer"

rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/pact_consumer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bytes = "1.12.1"
2929
itertools = "0.15.0"
3030
maplit = "1.0.2"
3131
pact_matching = { version = "~2.0.10", path = "../pact_matching", default-features = false }
32-
pact_mock_server = { version = "~2.2.4", default-features = false }
32+
pact_mock_server = { version = "~2.2.5", default-features = false }
3333
pact_models = { version = "~1.3.14", default-features = false }
3434
pact-plugin-driver = { version = "~1.2.1", optional = true, default-features = false }
3535
uuid = { version = "1.24.0", features = ["v4"], optional = true }

rust/pact_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ onig = { version = "6.5.3", default-features = false }
3030
# FFI Inmemory sink uses the global static `LOG_BUFFER` in the pact_matching crate. This is required to be the same
3131
# version as the mock server crate
3232
pact_matching = { version = "~2.0.10", path = "../pact_matching" }
33-
pact_mock_server = "~2.2.4"
33+
pact_mock_server = "~2.2.5"
3434
pact_models = { version = "~1.3.14" }
3535
pact-plugin-driver = { version = "~1.2.1" }
3636
pact_verifier = { version = "~1.4.6", path = "../pact_verifier" }

0 commit comments

Comments
 (0)