Skip to content

Commit

Permalink
chore: Upgrade pact_matching to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 27, 2024
1 parent 08288e3 commit dc44170
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing-core = { git = "https://github.com/tokio-rs/tracing.git", tag = "tracing
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", tag = "tracing-subscriber-0.3.18" }
# FFI Inmemory sink uses the global static `LOG_BUFFER` in the pact_matching crate. This is required to be the same
# version across all crates (i.e. mock server crate).
pact_matching = { version = "~1.2.6", path = "./pact_matching" }
pact_matching = { version = "~1.2.7", path = "./pact_matching" }
# Issue 389 - Pull change into other crates
pact_models = { version = "~1.2.4", path = "./pact_models" }

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 @@ -30,7 +30,7 @@ futures = "0.3.30"
itertools = "0.13.0"
lazy_static = "1.5.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.6", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.2.7", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~2.0.0", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", 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.6", path = "../pact_matching" }
pact_matching = { version = "~1.2.7", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.9" }
pact_models = { version = "~1.2.4" }
pact-plugin-driver = { version = "~0.7.0" }
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.13.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
mime = "0.3.17"
pact_matching = { version = "~1.2.6", path = "../pact_matching", default-features = false }
pact_matching = { version = "~1.2.7", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
regex = "1.10.4"
Expand Down

0 comments on commit dc44170

Please sign in to comment.