Skip to content

Commit

Permalink
chore: Upgrade pact_matching to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 23, 2023
1 parent 67cf4a0 commit 6df4670
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rust/pact_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = "2.31.2"
serde_json = "1.0"
serde = "1.0"
pact_models = "1.1.2"
pact_matching = { version = "1.1.0", path = "../pact_matching" }
pact_matching = { version = "1.1.1", path = "../pact_matching" }
anyhow = "1.0.40"
log = "0.4.14"
simplelog = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [

[dependencies]
pact_models = "1.1.2"
pact_matching = { version = "1.1.0", path = "../pact_matching" }
pact_matching = { version = "1.1.1", path = "../pact_matching" }
pact_mock_server = { version = "1.0.2", path = "../pact_mock_server" }
maplit = "1.0.2"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
[dependencies]
ansi_term = "0.12.1"
anyhow = "1.0.70"
pact_matching = { version = "1.1.0", path = "../pact_matching" }
pact_matching = { version = "1.1.1", path = "../pact_matching" }
pact_models = "1.1.2"
pact_mock_server = { version = "1.0.2", path = "../pact_mock_server" }
pact_verifier = { version = "0.15.3", path = "../pact_verifier" }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
anyhow = "1.0.70"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "1.0.95"
pact_matching = { version = "1.1.0", path = "../pact_matching" }
pact_matching = { version = "1.1.1", path = "../pact_matching" }
pact_models = "1.1.2"
maplit = "1.0.2"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
clap = { version = "3.2.23", features = ["cargo"] }
serde_json = "1.0.95"
pact_models = "1.1.2"
pact_matching = { version = "1.1.0", path = "../pact_matching" }
pact_matching = { version = "1.1.1", path = "../pact_matching" }
pact_mock_server = { version = "1.0.2", path = "../pact_mock_server" }
simplelog = "0.12.1"
log = "0.4.17"
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 @@ -18,7 +18,7 @@ exclude = [
anyhow = "1.0.66"
serde = "1.0.147"
serde_json = "1.0.87"
pact_matching = { version = "1.1.0", path = "../pact_matching" }
pact_matching = { version = "1.1.1", path = "../pact_matching" }
pact_models = "1.1.2"
pact-plugin-driver = "0.4.3"
maplit = "1.0.2"
Expand Down

0 comments on commit 6df4670

Please sign in to comment.