Skip to content

Commit a21104c

Browse files
committed
chore: Update pact_matching to 2.0.1
1 parent ffc6a4d commit a21104c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pact_mock_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hyper-util = { version = "0.1.12", features = ["full"] }
3333
itertools = "0.14.0"
3434
lazy_static = "1.5.0"
3535
maplit = "1.0.2"
36-
pact_matching = { version = "~2.0.0", default-features = false }
36+
pact_matching = { version = "~2.0.1", default-features = false }
3737
pact_models = { version = "~1.3.6", default-features = false }
3838
pact-plugin-driver = { version = "~0.7.5", optional = true, default-features = false }
3939
rcgen = { version = "0.13.2", optional = true, default-features = false, features = ["pem", "crypto", "ring"] }

pact_mock_server_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ maplit = "1.0.2"
3333
itertools = "0.14.0"
3434
log = "0.4.22"
3535
lazy_static = "1.5.0"
36-
pact_matching = { version = "~2.0.0", default-features = false }
36+
pact_matching = { version = "~2.0.1", default-features = false }
3737
pact_mock_server = { version = "~2.1.0", path = "../pact_mock_server", default-features = false }
3838
pact_models = { version = "~1.3.6", default-features = false }
3939
rand = "0.8.5"

0 commit comments

Comments
 (0)