Skip to content

Commit 4538b01

Browse files
committed
chore: Update pact_matching to 2.0.8
1 parent 7188e2c commit 4538b01

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.11", path = "./pact_models" }
14-
pact_matching = { version = "~2.0.7", path = "./pact_matching" }
14+
pact_matching = { version = "~2.0.8", path = "./pact_matching" }
1515
# Track unreleased changes in the crates this workspace depends on but doesn't own, so the whole
1616
# chain can be built and tested together before any of them are published to crates.io.
1717
pact-plugin-driver = { git = "https://github.com/pact-foundation/pact-plugins.git" }

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.7", path = "../pact_matching", default-features = false }
31+
pact_matching = { version = "~2.0.8", path = "../pact_matching", default-features = false }
3232
pact_mock_server = { version = "~2.2.2", default-features = false }
3333
pact_models = { version = "~1.3.11", default-features = false }
3434
pact-plugin-driver = { version = "~1.1.0", 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.7", path = "../pact_matching" }
32+
pact_matching = { version = "~2.0.8", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.2"
3434
pact_models = { version = "~1.3.11" }
3535
pact-plugin-driver = { version = "~1.1.0" }

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.7", path = "../pact_matching", default-features = false }
38+
pact_matching = { version = "~2.0.8", path = "../pact_matching", default-features = false }
3939
pact_models = { version = "~1.3.11", default-features = false }
4040
pact-plugin-driver = { version = "~1.1.0", optional = true, default-features = false }
4141
uuid = { version = "1.0", features = ["v4"], optional = true }

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.7", path = "../pact_matching", default-features = false }
32+
pact_matching = { version = "~2.0.8", path = "../pact_matching", default-features = false }
3333
pact_models = { version = "~1.3.11", default-features = false }
3434
pact_verifier = { version = "~1.4.3", path = "../pact_verifier", default-features = false }
3535
quick-xml = { version = "0.39.2", features = ["serde", "serialize"] }

0 commit comments

Comments
 (0)