From c1a00dd805dbe5db049c0035e82b637ea0310f18 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 3 Sep 2024 15:47:22 +1000 Subject: [PATCH] chore: Upgrade pact-plugin-driver to 0.7.1 --- rust/pact_consumer/Cargo.toml | 2 +- rust/pact_ffi/Cargo.toml | 2 +- rust/pact_matching/Cargo.toml | 2 +- rust/pact_verifier/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 9ed05266..93bf1fc1 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -33,7 +33,7 @@ maplit = "1.0.2" pact_matching = { version = "~1.2.7", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~2.0.1", default-features = false } pact_models = { version = "~1.2.4", default-features = false } -pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false } +pact-plugin-driver = { version = "~0.7.1", optional = true, default-features = false } regex = "1.10.5" serde_json = "1.0.120" termsize = "0.1.8" diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 635a2e7f..df29a407 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -33,7 +33,7 @@ onig = { version = "6.4.0", default-features = false } 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" } +pact-plugin-driver = { version = "~0.7.1" } pact_verifier = { version = "~1.2.4", path = "../pact_verifier" } panic-message = "0.3.0" rand = "0.8.5" diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index b76369a9..73f40c34 100644 --- a/rust/pact_matching/Cargo.toml +++ b/rust/pact_matching/Cargo.toml @@ -42,7 +42,7 @@ multer = { version = "3.0.0", features = ["all"], optional = true } nom = "7.1.3" onig = { version = "6.4.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 } +pact-plugin-driver = { version = "~0.7.1", optional = true, default-features = false } rand = "0.8.5" reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "json"] } semver = "1.0.22" diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index 1d0701d9..c9299495 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -37,7 +37,7 @@ maplit = "1.0.2" mime = "0.3.17" 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 } +pact-plugin-driver = { version = "~0.7.1", optional = true, default-features = false } regex = "1.10.4" reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } serde = "1.0.197"