Skip to content

Commit

Permalink
chore: Upgrade pact_consumer to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 17, 2024
1 parent 3665a92 commit 56c953b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ maplit = "1.0.2"
pact_models = { version = "~1.2.2" }
pact_matching = { version = "1.2.5", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.9" }
pact_verifier = { version = "1.2.2", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.2", path = "../rust/pact_consumer" }
pact_verifier = { version = "1.2.3", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.3", 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.2", path = "../pact_consumer" }
pact_consumer = { version = "~1.2.3", 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 56c953b

Please sign in to comment.