Skip to content

Commit

Permalink
chore: Upgrade pact_consumer to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 20, 2024
1 parent 5f5ad75 commit 1c3208e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
Expand Up @@ -17,7 +17,7 @@ pact_models = "~1.1.17"
pact_matching = { version = "1.1.9", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.4", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.0.5", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.1.0", path = "../rust/pact_consumer" }
pact_consumer = { version = "1.1.1", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["rustls-tls-native-roots", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Expand Up @@ -64,7 +64,7 @@ crate-type = ["cdylib", "rlib"]
quickcheck = "1.0.3"
expectest = "0.12.0"
env_logger = "0.10.1"
pact_consumer = { version = "~1.1.0", path = "../pact_consumer" }
pact_consumer = { version = "~1.1.1", path = "../pact_consumer" }
test-log = { version = "0.2.14", features = ["trace"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log", "fmt"] }
chrono = "0.4.31"
Expand Down

0 comments on commit 1c3208e

Please sign in to comment.