Skip to content

Commit 1d9105d

Browse files
committed
chore: Update pact_verifier to 1.3.4
1 parent 3a587b0 commit 1d9105d

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.8" }
1616
pact_matching = { version = "~2.0.3" }
1717
pact_mock_server = { version = "~2.1.2" }
18-
pact_verifier = { version = "~1.3.2" }
18+
pact_verifier = { version = "~1.3.4" }
1919
pact_consumer = { version = "~1.4.1" }
2020
regex = "1.10.2"
2121
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "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.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" }
36-
pact_verifier = { version = "~1.3.2", path = "../pact_verifier" }
36+
pact_verifier = { version = "~1.3.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 @@ lazy_static = "1.5.0"
3131
log = "0.4.27"
3232
maplit = "1.0.2"
3333
pact_models = { version = "~1.3.8", default-features = false }
34-
pact_verifier = { version = "~1.3.2", path = "../pact_verifier", default-features = false }
34+
pact_verifier = { version = "~1.3.4", path = "../pact_verifier", default-features = false }
3535
regex = "1.11.1"
3636
reqwest = { version = "0.12.20", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
3737
serde_json = "1.0.140"

0 commit comments

Comments
 (0)