Skip to content

Commit 0c9a0b2

Browse files
committed
chore: Update pact_matching to 2.0.3
1 parent 92490fe commit 0c9a0b2

4 files changed

Lines changed: 5 additions & 5 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.8" }
16-
pact_matching = { version = "~2.0.2" }
16+
pact_matching = { version = "~2.0.3" }
1717
pact_mock_server = { version = "~2.1.2" }
1818
pact_verifier = { version = "~1.3.2" }
1919
pact_consumer = { version = "~1.4.1" }
@@ -30,7 +30,7 @@ uuid = { version = "1.5.0", features = ["v4"] }
3030

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

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

rust/pact_consumer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.2", path = "../pact_matching", default-features = false }
31+
pact_matching = { version = "~2.0.3", path = "../pact_matching", default-features = false }
3232
pact_mock_server = { version = "~2.2.0", default-features = false }
3333
pact_models = { version = "~1.3.8", default-features = false }
3434
pact-plugin-driver = { version = "~0.7.5", optional = true, default-features = false }

rust/pact_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.2", path = "../pact_matching" }
32+
pact_matching = { version = "~2.0.3", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.1"
3434
pact_models = { version = "~1.3.8" }
3535
pact-plugin-driver = { version = "~0.7.5" }

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.2", path = "../pact_matching", default-features = false }
38+
pact_matching = { version = "~2.0.3", path = "../pact_matching", default-features = false }
3939
pact_models = { version = "~1.3.8", default-features = false }
4040
pact-plugin-driver = { version = "~0.7.4", optional = true, default-features = false }
4141
regex = "1.11.1"

0 commit comments

Comments
 (0)