Skip to content

Commit

Permalink
chore: Update pact_matching to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 30, 2024
1 parent 67c75a0 commit a811b8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ itertools = "0.12.1"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = { version = "~1.2.0" }
pact_matching = { version = "1.2.2", path = "../rust/pact_matching" }
pact_matching = { version = "1.2.3", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.7" }
pact_verifier = { version = "1.2.1", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.0", path = "../rust/pact_consumer" }
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 @@ -29,7 +29,7 @@ futures = "0.3.30"
itertools = "0.12.1"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.2", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.2.3", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.7", default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false }
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 @@ -30,7 +30,7 @@ log = "0.4.20"
maplit = "1.0.2"
multipart = { version = "0.18.0", default-features = false, features = ["client", "mock"] }
onig = { version = "6.4.0", default-features = false }
pact_matching = { version = "~1.2.2", path = "../pact_matching" }
pact_matching = { version = "~1.2.3", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.7" }
pact_models = { version = "~1.2.0" }
pact-plugin-driver = { version = "~0.6.1" }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_matching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ difference = "2.0.0"
futures = "0.3.30"
hex = "0.4.3"
http = "1.1.0"
infer = "0.15.0"
itertools = "0.12.1"
lazy_static = "1.4.0"
lenient_semver = "0.4.2"
Expand All @@ -52,7 +53,6 @@ sxd-document = { version = "0.3.2", optional = true }
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
tracing-core = "0.1.32"
infer = "0.15.0"
tree_magic_mini = "3.1.5"
uuid = { version = "1.8.0", features = ["v4"] }

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 @@ -35,7 +35,7 @@ itertools = "0.12.1"
lazy_static = "1.4.0"
maplit = "1.0.2"
mime = "0.3.17"
pact_matching = { version = "~1.2.2", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.2.3", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false }
regex = "1.10.4"
Expand Down

0 comments on commit a811b8a

Please sign in to comment.