Skip to content

Commit 58814d2

Browse files
committed
chore: Update pact_verifier to 1.4.7
1 parent 90ca3be commit 58814d2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/pact_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pact_matching = { version = "~2.0.10", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.5"
3434
pact_models = { version = "~1.3.14" }
3535
pact-plugin-driver = { version = "~1.2.1" }
36-
pact_verifier = { version = "~1.4.6", path = "../pact_verifier" }
36+
pact_verifier = { version = "~1.4.7", path = "../pact_verifier" }
3737
panic-message = "0.3.0"
3838
rand = "0.9.5"
3939
rand_regex = "0.18.1"

rust/pact_verifier_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = "0.4.27"
3131
maplit = "1.0.2"
3232
pact_matching = { version = "~2.0.10", path = "../pact_matching", default-features = false }
3333
pact_models = { version = "~1.3.14", default-features = false }
34-
pact_verifier = { version = "~1.4.6", path = "../pact_verifier", default-features = false }
34+
pact_verifier = { version = "~1.4.7", path = "../pact_verifier", default-features = false }
3535
quick-xml = { version = "0.39.2", features = ["serde", "serialize"] }
3636
xrust = "2.0.3"
3737
regex = "1.11.1"

0 commit comments

Comments
 (0)