Skip to content

Commit

Permalink
chore: Upgrade pact_matching to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 13, 2023
1 parent b7789ae commit 3f0ae7f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 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 @@ -14,7 +14,7 @@ itertools = "0.11.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = "~1.1.12"
pact_matching = { version = "1.1.5", path = "../rust/pact_matching" }
pact_matching = { version = "1.1.7", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.2", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.0.2", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.0.4", path = "../rust/pact_consumer" }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_cli/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ clap = "2.31.2"
serde_json = "1.0"
serde = "1.0"
pact_models = "~1.1.12"
pact_matching = { version = "~1.1.6", path = "../pact_matching" }
pact_matching = { version = "~1.1.7", 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
Expand Up @@ -29,7 +29,7 @@ futures = "0.3.28"
itertools = "0.10.5"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.1.7", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.12", default-features = false }
pact-plugin-driver = { version = "~0.4.5", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ exclude = [
[dependencies]
ansi_term = "0.12.1"
anyhow = "1.0.70"
pact_matching = { version = "~1.1.6", path = "../pact_matching" }
pact_matching = { version = "~1.1.7", path = "../pact_matching" }
pact_models = "~1.1.12"
pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server" }
pact_verifier = { version = "~1.0.3", path = "../pact_verifier" }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ hyper-rustls = { version = "0.24.0", optional = true }
itertools = "0.10.5"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.1.7", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.1.12", default-features = false }
pact-plugin-driver = { version = "~0.4.5", optional = true, default-features = false }
rustls = { version = "0.21.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server_cli/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ maplit = "1.0.2"
itertools = "0.10.5"
log = "0.4.18"
lazy_static = "1.4.0"
pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.1.7", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.12", default-features = false }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
maplit = "1.0.2"
mime = "0.3.16"
pact_matching = { version = "~1.1.6", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.1.7", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.1.12", default-features = false }
pact-plugin-driver = { version = "~0.4.5", optional = true, default-features = false }
regex = "1.7.0"
Expand Down

0 comments on commit 3f0ae7f

Please sign in to comment.