Skip to content

Commit 1a51ae7

Browse files
committed
chore: Update pact_verifier to 1.3.0
1 parent a0fd845 commit 1a51ae7

File tree

2 files changed

+9
-53
lines changed

2 files changed

+9
-53
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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 = "~2.0.0-beta"
27-
pact_verifier = "~1.2.6"
26+
pact_matching = "~2.0.0-beta.1"
27+
pact_verifier = "~1.3.0"
2828
pact_models = "~1.3.1"
2929
regex = "1.8.2"
3030
reqwest = { version = "0.12.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
@@ -46,9 +46,6 @@ 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-
5249
[profile.release]
5350
strip = true
5451
opt-level = "z"

0 commit comments

Comments
 (0)