From fd9ff70acf715c4044771aa58414dbc6fcbe6edf Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Wed, 17 Jul 2024 11:15:34 +1000 Subject: [PATCH] chore: Upgrade pact_models to 1.2.2 --- compatibility-suite/Cargo.toml | 2 +- rust/Cargo.toml | 2 +- rust/pact_consumer/Cargo.toml | 2 +- rust/pact_ffi/Cargo.toml | 2 +- rust/pact_matching/Cargo.toml | 2 +- rust/pact_verifier/Cargo.toml | 2 +- rust/pact_verifier_cli/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compatibility-suite/Cargo.toml b/compatibility-suite/Cargo.toml index da34c2a9..8a8ed30e 100644 --- a/compatibility-suite/Cargo.toml +++ b/compatibility-suite/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3.29" itertools = "0.12.1" lazy_static = "1.4.0" maplit = "1.0.2" -pact_models = { version = "~1.2.1" } +pact_models = { version = "~1.2.2" } pact_matching = { version = "1.2.4", path = "../rust/pact_matching" } pact_mock_server = { version = "1.2.8" } pact_verifier = { version = "1.2.2", path = "../rust/pact_verifier" } diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 46d1604a..cdb51f4c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -19,7 +19,7 @@ tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", tag = "t # version across all crates (i.e. mock server crate). pact_matching = { version = "~1.2.4", path = "./pact_matching" } # Issue 389 - Pull change into other crates -pact_models = { version = "~1.2.1", path = "./pact_models" } +pact_models = { version = "~1.2.2", path = "./pact_models" } [profile.release] strip = true diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 2e757b20..7289d076 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -32,7 +32,7 @@ lazy_static = "1.4.0" maplit = "1.0.2" pact_matching = { version = "~1.2.4", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.8", default-features = false } -pact_models = { version = "~1.2.1", default-features = false } +pact_models = { version = "~1.2.2", default-features = false } pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false } regex = "1.10.4" serde_json = "1.0.115" diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index bbbe6f75..78f512a5 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -32,7 +32,7 @@ multipart = { version = "0.18.0", default-features = false, features = ["client" onig = { version = "6.4.0", default-features = false } pact_matching = { version = "~1.2.4", path = "../pact_matching" } pact_mock_server = { version = "~1.2.8" } -pact_models = { version = "~1.2.1" } +pact_models = { version = "~1.2.2" } pact-plugin-driver = { version = "~0.7.0" } pact_verifier = { version = "~1.2.2", path = "../pact_verifier" } panic-message = "0.3.0" diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index de1f318d..326457f5 100644 --- a/rust/pact_matching/Cargo.toml +++ b/rust/pact_matching/Cargo.toml @@ -41,7 +41,7 @@ mime = "0.3.17" 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.1", default-features = false } +pact_models = { version = "~1.2.2", default-features = false } pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false } rand = "0.8.5" reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "json"] } diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index 32be4756..fe8114eb 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -36,7 +36,7 @@ lazy_static = "1.4.0" maplit = "1.0.2" mime = "0.3.17" pact_matching = { version = "~1.2.4", path = "../pact_matching", default-features = false } -pact_models = { version = "~1.2.1", default-features = false } +pact_models = { version = "~1.2.2", default-features = false } pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false } regex = "1.10.4" reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } diff --git a/rust/pact_verifier_cli/Cargo.toml b/rust/pact_verifier_cli/Cargo.toml index de398ec4..68c5764f 100644 --- a/rust/pact_verifier_cli/Cargo.toml +++ b/rust/pact_verifier_cli/Cargo.toml @@ -30,7 +30,7 @@ junit-report = { version = "0.8.3", optional = true } lazy_static = "1.5.0" log = "0.4.20" maplit = "1.0.2" -pact_models = { version = "~1.2.1", default-features = false } +pact_models = { version = "~1.2.2", default-features = false } pact_verifier = { version = "~1.2.2", path = "../pact_verifier", default-features = false } regex = "1.10.2" reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }