Skip to content

Commit 50fb5a6

Browse files
committed
chore: Update pact_matching to 2.0.5 and pact_mock_server to 2.2.2
1 parent d3ae94a commit 50fb5a6

7 files changed

Lines changed: 16 additions & 59 deletions

File tree

compatibility-suite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ itertools = "0.14.0"
1313
lazy_static = "1.4.0"
1414
maplit = "1.0.2"
1515
pact_models = { version = "~1.3.10" }
16-
pact_matching = { version = "~2.0.3" }
16+
pact_matching = { version = "~2.0.5" }
1717
pact_mock_server = { version = "~2.2.1" }
1818
pact_verifier = { version = "~1.3.5" }
1919
pact_consumer = { version = "~1.4.3" }
@@ -30,7 +30,7 @@ uuid = { version = "1.5.0", features = ["v4"] }
3030

3131
[patch.crates-io]
3232
pact_models = { version = "1.3.10", path = "../rust/pact_models" }
33-
pact_matching = { version = "2.0.3", path = "../rust/pact_matching" }
33+
pact_matching = { version = "2.0.5", path = "../rust/pact_matching" }
3434

3535
[[test]]
3636
name = "v1_consumer"

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111
[patch.crates-io]
1212
# Issue 389 - Pull change into other crates
1313
pact_models = { version = "~1.3.10", path = "./pact_models" }
14-
pact_matching = { version = "~2.0.4", path = "./pact_matching" }
14+
pact_matching = { version = "~2.0.5", path = "./pact_matching" }
1515

1616
[profile.release]
1717
strip = true

rust/pact_consumer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ async-trait = "0.1.89"
2828
bytes = "1.11.1"
2929
itertools = "0.14.0"
3030
maplit = "1.0.2"
31-
pact_matching = { version = "~2.0.4", path = "../pact_matching", default-features = false }
32-
pact_mock_server = { version = "~2.2.0", default-features = false }
31+
pact_matching = { version = "~2.0.5", path = "../pact_matching", default-features = false }
32+
pact_mock_server = { version = "~2.2.2", default-features = false }
3333
pact_models = { version = "~1.3.10", default-features = false }
3434
pact-plugin-driver = { version = "~1.0.0-beta.2", optional = true, default-features = false }
3535
regex = "1.12.2"

rust/pact_ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ multipart-2021 = { version = "0.19.0", default-features = false, features = ["cl
2929
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
32-
pact_matching = { version = "~2.0.4", path = "../pact_matching" }
33-
pact_mock_server = "~2.2.1"
32+
pact_matching = { version = "~2.0.5", path = "../pact_matching" }
33+
pact_mock_server = "~2.2.2"
3434
pact_models = { version = "~1.3.10" }
3535
pact-plugin-driver = { version = "~1.0.0-beta.2" }
3636
pact_verifier = { version = "~1.4.0", path = "../pact_verifier" }

rust/pact_verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ itertools = "0.14.0"
3535
lazy_static = "1.5.0"
3636
maplit = "1.0.2"
3737
mime = "0.3.17"
38-
pact_matching = { version = "~2.0.4", path = "../pact_matching", default-features = false }
38+
pact_matching = { version = "~2.0.5", path = "../pact_matching", default-features = false }
3939
pact_models = { version = "~1.3.10", default-features = false }
4040
pact-plugin-driver = { version = "~1.0.0-beta.2", optional = true, default-features = false }
4141
regex = "1.12.3"

rust/pact_verifier_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ junit-report = { version = "0.8.3", optional = true }
2929
lazy_static = "1.5.0"
3030
log = "0.4.27"
3131
maplit = "1.0.2"
32-
pact_matching = { version = "~2.0.4", path = "../pact_matching", default-features = false }
32+
pact_matching = { version = "~2.0.5", path = "../pact_matching", default-features = false }
3333
pact_models = { version = "~1.3.10", default-features = false }
3434
pact_verifier = { version = "~1.4.0", path = "../pact_verifier", default-features = false }
3535
quick-xml = { version = "0.39.2", features = ["serde", "serialize"] }

0 commit comments

Comments
 (0)