Skip to content

Commit

Permalink
chore: Upgrade pact_verifier to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 13, 2024
1 parent b33fa12 commit fa02c30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.4" }
pact_matching = { version = "1.2.6", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.9" }
pact_verifier = { version = "1.2.3", path = "../rust/pact_verifier" }
pact_verifier = { version = "1.2.4", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.3", 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.6", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.9" }
pact_models = { version = "~1.2.4" }
pact-plugin-driver = { version = "~0.7.0" }
pact_verifier = { version = "~1.2.3", path = "../pact_verifier" }
pact_verifier = { version = "~1.2.4", 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 @@ -31,7 +31,7 @@ lazy_static = "1.5.0"
log = "0.4.20"
maplit = "1.0.2"
pact_models = { version = "~1.2.4", default-features = false }
pact_verifier = { version = "~1.2.3", path = "../pact_verifier", default-features = false }
pact_verifier = { version = "~1.2.4", path = "../pact_verifier", default-features = false }
regex = "1.10.2"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit fa02c30

Please sign in to comment.