Skip to content

Commit 2fdb4e8

Browse files
committed
chore: Update pact_mock_server to 2.2.4
1 parent 0ce1b24 commit 2fdb4e8

4 files changed

Lines changed: 6 additions & 19 deletions

File tree

compatibility-suite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy_static = "1.4.0"
1414
maplit = "1.0.2"
1515
pact_models = { version = "~1.3.13" }
1616
pact_matching = { version = "~2.0.9" }
17-
pact_mock_server = { version = "~2.2.3" }
17+
pact_mock_server = { version = "~2.2.4" }
1818
pact_verifier = { version = "~1.4.4" }
1919
pact_consumer = { version = "~1.4.6" }
2020
regex = "1.10.2"

rust/Cargo.lock

Lines changed: 3 additions & 16 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.11.1"
2929
itertools = "0.14.0"
3030
maplit = "1.0.2"
3131
pact_matching = { version = "~2.0.9", path = "../pact_matching", default-features = false }
32-
pact_mock_server = { version = "~2.2.3", default-features = false }
32+
pact_mock_server = { version = "~2.2.4", default-features = false }
3333
pact_models = { version = "~1.3.13", default-features = false }
3434
pact-plugin-driver = { version = "~1.1.1", optional = true, default-features = false }
3535
uuid = { version = "1.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.1", 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.9", path = "../pact_matching" }
33-
pact_mock_server = "~2.2.3"
33+
pact_mock_server = "~2.2.4"
3434
pact_models = { version = "~1.3.13" }
3535
pact-plugin-driver = { version = "~1.1.1" }
3636
pact_verifier = { version = "~1.4.4", path = "../pact_verifier" }

0 commit comments

Comments
 (0)