Skip to content

Commit 2fbd563

Browse files
committed
chore: Update pact_matching, pact_models and pact-plugin-driver
1 parent 0d33214 commit 2fbd563

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 16 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ hyper-util = { version = "0.1.20", features = ["full"] }
3232
itertools = "0.15.0"
3333
lazy_static = "1.5.0"
3434
maplit = "1.0.2"
35-
pact_matching = { version = "~2.0.9", default-features = false }
36-
pact_models = { version = "~1.3.13", default-features = false }
37-
pact-plugin-driver = { version = "~1.2.0", optional = true, default-features = false }
35+
pact_matching = { version = "~2.0.10", default-features = false }
36+
pact_models = { version = "~1.3.14", default-features = false }
37+
pact-plugin-driver = { version = "~1.2.1", optional = true, default-features = false }
3838
rcgen = { version = "0.14.8", optional = true, default-features = false, features = ["pem", "crypto", "ring"] }
3939
rustls = { version = "0.23.43", optional = true, default-features = false, features = ["ring"] }
4040
rustls-pemfile = { version = "2.2.0", optional = true }

pact_mock_server_cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ maplit = "1.0.2"
3333
itertools = "0.14.0"
3434
log = "0.4.28"
3535
lazy_static = "1.5.0"
36-
pact_matching = { version = "~2.0.7", default-features = false }
37-
pact_mock_server = { version = "~2.2.1", path = "../pact_mock_server", default-features = false }
38-
pact_models = { version = "~1.3.11", default-features = false }
36+
pact_matching = { version = "~2.0.10", default-features = false }
37+
pact_mock_server = { version = "~2.2.4", path = "../pact_mock_server", default-features = false }
38+
pact_models = { version = "~1.3.14", default-features = false }
3939
rand = "0.9.2"
4040
regex = "1.12.2"
4141
reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }

0 commit comments

Comments
 (0)