Skip to content

Commit dae8ec0

Browse files
committed
chore: Update pact_mock_server to 2.0.8
1 parent 03c48b5 commit dae8ec0

4 files changed

Lines changed: 5 additions & 5 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.12" }
1616
pact_matching = { version = "~2.0.7" }
17-
pact_mock_server = { version = "~2.2.1" }
17+
pact_mock_server = { version = "~2.2.3" }
1818
pact_verifier = { version = "~1.4.3" }
1919
pact_consumer = { version = "~1.4.5" }
2020
regex = "1.10.2"

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.11.1"
2929
itertools = "0.14.0"
3030
maplit = "1.0.2"
3131
pact_matching = { version = "~2.0.8", path = "../pact_matching", default-features = false }
32-
pact_mock_server = { version = "~2.2.2", default-features = false }
32+
pact_mock_server = { version = "~2.2.3", default-features = false }
3333
pact_models = { version = "~1.3.12", default-features = false }
3434
pact-plugin-driver = { version = "~1.1.0", 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.8", path = "../pact_matching" }
33-
pact_mock_server = "~2.2.2"
33+
pact_mock_server = "~2.2.3"
3434
pact_models = { version = "~1.3.12" }
3535
pact-plugin-driver = { version = "~1.1.0" }
3636
pact_verifier = { version = "~1.4.3", path = "../pact_verifier" }

0 commit comments

Comments
 (0)