Skip to content

Commit

Permalink
chore: Upgrade pact_verifier to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 8, 2024
1 parent fe92d88 commit edc1ad0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions compatibility-suite/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maplit = "1.0.2"
pact_models = { version = "~1.2.0" }
pact_matching = { version = "1.2.2", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.7" }
pact_verifier = { version = "1.1.0", path = "../rust/pact_verifier" }
pact_verifier = { version = "1.2.1", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.0", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
regex = "1.10.2"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pact_matching = { version = "~1.2.2", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.6" }
pact_models = { version = "~1.2.0" }
pact-plugin-driver = { version = "~0.6.1" }
pact_verifier = { version = "~1.2.0", path = "../pact_verifier" }
pact_verifier = { version = "~1.2.1", path = "../pact_verifier" }
panic-message = "0.3.0"
rand = "0.8.5"
rand_regex = "0.15.1"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ junit-report = { version = "0.8.3", optional = true }
log = "0.4.20"
maplit = "1.0.2"
pact_models = { version = "~1.2.0", default-features = false }
pact_verifier = { version = "~1.2.0", path = "../pact_verifier", default-features = false }
pact_verifier = { version = "~1.2.1", path = "../pact_verifier", default-features = false }
regex = "1.10.2"
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit edc1ad0

Please sign in to comment.