Skip to content

Commit 7551fe5

Browse files
committed
chore: Update pact_verifier to 1.4.4
1 parent 00fa02a commit 7551fe5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

compatibility-suite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maplit = "1.0.2"
1515
pact_models = { version = "~1.3.12" }
1616
pact_matching = { version = "~2.0.7" }
1717
pact_mock_server = { version = "~2.2.3" }
18-
pact_verifier = { version = "~1.4.3" }
18+
pact_verifier = { version = "~1.4.4" }
1919
pact_consumer = { version = "~1.4.6" }
2020
regex = "1.10.2"
2121
reqwest = { version = "0.13.4", default-features = false, features = ["json"] }

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.8", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.3"
3434
pact_models = { version = "~1.3.12" }
3535
pact-plugin-driver = { version = "~1.1.0" }
36-
pact_verifier = { version = "~1.4.3", path = "../pact_verifier" }
36+
pact_verifier = { version = "~1.4.4", path = "../pact_verifier" }
3737
panic-message = "0.3.0"
3838
rand = "0.9.2"
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.8", path = "../pact_matching", default-features = false }
3333
pact_models = { version = "~1.3.12", default-features = false }
34-
pact_verifier = { version = "~1.4.3", path = "../pact_verifier", default-features = false }
34+
pact_verifier = { version = "~1.4.4", 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)