Skip to content

Commit

Permalink
chore: Upgrade pact_consumer to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 14, 2024
1 parent c70c107 commit c32e07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pact_models = { version = "~1.2.1" }
pact_matching = { version = "1.2.4", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.8" }
pact_verifier = { version = "1.2.1", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.0", path = "../rust/pact_consumer" }
pact_consumer = { version = "1.2.2", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
regex = "1.10.2"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ crate-type = ["cdylib", "rlib"]
quickcheck = "1.0.3"
expectest = "0.12.0"
env_logger = "0.11.3"
pact_consumer = { version = "~1.2.1", path = "../pact_consumer" }
pact_consumer = { version = "~1.2.2", path = "../pact_consumer" }
test-log = { version = "0.2.15", features = ["trace"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log", "fmt"] }
chrono = "0.4.38"
Expand Down

0 comments on commit c32e07c

Please sign in to comment.