Skip to content

Commit bada255

Browse files
committed
chore: Update pact_consumer to 1.4.6
1 parent 8db5b93 commit bada255

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compatibility-suite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pact_models = { version = "~1.3.12" }
1616
pact_matching = { version = "~2.0.7" }
1717
pact_mock_server = { version = "~2.2.3" }
1818
pact_verifier = { version = "~1.4.3" }
19-
pact_consumer = { version = "~1.4.5" }
19+
pact_consumer = { version = "~1.4.6" }
2020
regex = "1.10.2"
2121
reqwest = { version = "0.13.4", default-features = false, features = ["json"] }
2222
rocket = { version = "0.5.0", features = ["json"] }

rust/pact_verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ chrono = "0.4.43"
6161
chrono-tz = "0.10.4"
6262
env_logger = "0.11.9"
6363
expectest = "0.12.0"
64-
pact_consumer = { version = "~1.4.5", path = "../pact_consumer" }
64+
pact_consumer = { version = "~1.4.6", path = "../pact_consumer" }
6565
pretty_assertions = "1.4.1"
6666
quickcheck = "1.1.0"
6767
insta = "1.43.1"

0 commit comments

Comments
 (0)