Skip to content

Commit e62d9e5

Browse files
committed
chore: Update pact-plugin-driver to 1.2.3
1 parent 2646bac commit e62d9e5

5 files changed

Lines changed: 29 additions & 29 deletions

File tree

rust/Cargo.lock

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

rust/pact_consumer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ maplit = "1.0.2"
3131
pact_matching = { version = "~2.0.11", path = "../pact_matching", default-features = false }
3232
pact_mock_server = { version = "~2.2.5", default-features = false }
3333
pact_models = { version = "~1.3.14", default-features = false }
34-
pact-plugin-driver = { version = "~1.2.2", optional = true, default-features = false }
34+
pact-plugin-driver = { version = "~1.2.3", optional = true, default-features = false }
3535
uuid = { version = "1.24.0", features = ["v4"], optional = true }
3636
regex = "1.13.1"
3737
rustls = { version = "0.23.43", default-features = false, features = ["ring", "logging", "tls12", "std"] }

rust/pact_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ onig = { version = "6.5.3", default-features = false }
3232
pact_matching = { version = "~2.0.11", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.5"
3434
pact_models = { version = "~1.3.14" }
35-
pact-plugin-driver = { version = "~1.2.2" }
35+
pact-plugin-driver = { version = "~1.2.3" }
3636
pact_verifier = { version = "~1.4.7", path = "../pact_verifier" }
3737
panic-message = "0.3.0"
3838
rand = "0.9.5"

rust/pact_matching/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ uuid = { version = "1.24.0", features = ["v4"] }
5858

5959
[target.'cfg(not(target_family = "wasm"))'.dependencies]
6060
onig = { version = "6.5.1", default-features = false }
61-
pact-plugin-driver = { version = "~1.2.2", optional = true, default-features = false }
61+
pact-plugin-driver = { version = "~1.2.3", optional = true, default-features = false }
6262
reqwest = { version = "0.13.4", default-features = false, features = ["rustls-no-provider", "json"] }
6363
tokio = { version = "1.49.0", features = ["full"] }
6464

rust/pact_verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ maplit = "1.0.2"
3737
mime = "0.3.17"
3838
pact_matching = { version = "~2.0.11", path = "../pact_matching", default-features = false }
3939
pact_models = { version = "~1.3.14", default-features = false }
40-
pact-plugin-driver = { version = "~1.2.2", optional = true, default-features = false }
40+
pact-plugin-driver = { version = "~1.2.3", optional = true, default-features = false }
4141
uuid = { version = "1.24.0", features = ["v4"], optional = true }
4242
regex = "1.13.1"
4343
httpdate = "1.0.3"

0 commit comments

Comments
 (0)