Skip to content

Commit 7a016cc

Browse files
committed
chore: Update pact_verifier to 1.4.6
1 parent 0546aa9 commit 7a016cc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ pact_matching = { version = "~2.0.9", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.4"
3434
pact_models = { version = "~1.3.13" }
3535
pact-plugin-driver = { version = "~1.1.1" }
36-
pact_verifier = { version = "~1.4.5", path = "../pact_verifier" }
36+
pact_verifier = { version = "~1.4.6", path = "../pact_verifier" }
3737
panic-message = "0.3.0"
3838
rand = "0.9.5"
3939
rand_regex = "0.18.1"
4040
regex = "1.13.1"
4141
regex-syntax = "0.8.11"
42-
rustls = { version = "0.23.43", features = ["ring"] }
42+
rustls = { version = "0.23.43", default-features = false, features = ["ring", "logging", "tls12", "std"] }
4343
serde = { version = "1.0.229", features = ["derive"] }
4444
serde_json = "1.0.151"
4545
serde_urlencoded = "0.7.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.9", path = "../pact_matching", default-features = false }
3333
pact_models = { version = "~1.3.13", default-features = false }
34-
pact_verifier = { version = "~1.4.4", path = "../pact_verifier", default-features = false }
34+
pact_verifier = { version = "~1.4.6", 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)