Skip to content

Commit 1b2580f

Browse files
committed
chore: Upgrade the Pact crates to latest versions
1 parent 85fd8f5 commit 1b2580f

File tree

3 files changed

+154
-50
lines changed

3 files changed

+154
-50
lines changed

Cargo.lock

Lines changed: 130 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ hyper = { version = "0.14.26", features = ["full"] }
2323
itertools = "0.10.5"
2424
maplit = "1.0.2"
2525
mimalloc = "0.1.46"
26-
pact_matching = "~1.2.9"
27-
pact_verifier = "~1.2.5"
28-
pact_models = "~1.2.7"
26+
pact_matching = "~2.0.0-beta"
27+
pact_verifier = "~1.2.6"
28+
pact_models = "~1.3.1"
2929
regex = "1.8.2"
3030
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls-native-roots"] }
3131
serde = "1.0.163"
@@ -46,6 +46,9 @@ test-log = "0.2.11"
4646
env_logger = "0.10.0"
4747
trycmd = "0.14.16"
4848

49+
[patch.crates-io]
50+
pact_verifier = { version = "~1.2.6", git = "https://github.com/pact-foundation/pact-reference" }
51+
4952
[profile.release]
5053
strip = true
5154
opt-level = "z"

0 commit comments

Comments
 (0)