Skip to content

Commit c1c39f3

Browse files
committed
chore: Update pact-plugin-driver to 1.1.1
1 parent 0904b3d commit c1c39f3

5 files changed

Lines changed: 31 additions & 68 deletions

File tree

rust/Cargo.lock

Lines changed: 27 additions & 64 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.8", path = "../pact_matching", default-features = false }
3232
pact_mock_server = { version = "~2.2.3", default-features = false }
3333
pact_models = { version = "~1.3.13", default-features = false }
34-
pact-plugin-driver = { version = "~1.1.0", optional = true, default-features = false }
34+
pact-plugin-driver = { version = "~1.1.1", optional = true, default-features = false }
3535
uuid = { version = "1.0", features = ["v4"], optional = true }
3636
regex = "1.12.2"
3737
serde_json = "1.0.149"

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.1", default-features = false }
3232
pact_matching = { version = "~2.0.8", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.3"
3434
pact_models = { version = "~1.3.13" }
35-
pact-plugin-driver = { version = "~1.1.0" }
35+
pact-plugin-driver = { version = "~1.1.1" }
3636
pact_verifier = { version = "~1.4.4", path = "../pact_verifier" }
3737
panic-message = "0.3.0"
3838
rand = "0.9.2"

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.21.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.1.0", optional = true, default-features = false }
61+
pact-plugin-driver = { version = "~1.1.1", optional = true, default-features = false }
6262
reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls-native-roots", "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.8", path = "../pact_matching", default-features = false }
3939
pact_models = { version = "~1.3.13", default-features = false }
40-
pact-plugin-driver = { version = "~1.1.0", optional = true, default-features = false }
40+
pact-plugin-driver = { version = "~1.1.1", optional = true, default-features = false }
4141
uuid = { version = "1.0", features = ["v4"], optional = true }
4242
regex = "1.12.3"
4343
httpdate = "1.0"

0 commit comments

Comments
 (0)