From 944613df4cf9006446a77588be222fcd0110a725 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Fri, 19 Jan 2024 14:52:36 +1100 Subject: [PATCH] fix: regression - upgrade pact_models to 1.1.16 #359 --- compatibility-suite/Cargo.toml | 2 +- rust/pact_cli/Cargo.toml | 2 +- rust/pact_consumer/Cargo.toml | 2 +- rust/pact_ffi/Cargo.toml | 2 +- rust/pact_matching/Cargo.toml | 2 +- rust/pact_mock_server/Cargo.toml | 2 +- rust/pact_mock_server_cli/Cargo.toml | 2 +- rust/pact_verifier/Cargo.toml | 2 +- rust/pact_verifier_cli/Cargo.toml | 2 +- rust/pact_wasm/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compatibility-suite/Cargo.toml b/compatibility-suite/Cargo.toml index 3e83a0108..e24c40d6c 100644 --- a/compatibility-suite/Cargo.toml +++ b/compatibility-suite/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3.29" itertools = "0.11.0" lazy_static = "1.4.0" maplit = "1.0.2" -pact_models = "~1.1.14" +pact_models = "~1.1.16" pact_matching = { version = "1.1.7", path = "../rust/pact_matching" } pact_mock_server = { version = "1.2.2", path = "../rust/pact_mock_server" } pact_verifier = { version = "1.0.4", path = "../rust/pact_verifier" } diff --git a/rust/pact_cli/Cargo.toml b/rust/pact_cli/Cargo.toml index 1cb19aafc..395fbc430 100644 --- a/rust/pact_cli/Cargo.toml +++ b/rust/pact_cli/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ clap = "2.31.2" serde_json = "1.0" serde = "1.0" -pact_models = "~1.1.14" +pact_models = "~1.1.16" pact_matching = { version = "~1.1.7", path = "../pact_matching" } anyhow = "1.0.40" log = "0.4.14" diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 74de14fd3..45d4b0d41 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -31,7 +31,7 @@ lazy_static = "1.4.0" maplit = "1.0.2" pact_matching = { version = "~1.1.7", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false } -pact_models = { version = "~1.1.14", default-features = false } +pact_models = { version = "~1.1.16", default-features = false } pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false } regex = "1.7.3" serde_json = "1.0.95" diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 2dc6b16a0..445c5c5a1 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ ansi_term = "0.12.1" anyhow = "1.0.70" pact_matching = { version = "~1.1.7", path = "../pact_matching" } -pact_models = "~1.1.14" +pact_models = "~1.1.16" pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server" } pact_verifier = { version = "~1.0.4", path = "../pact_verifier" } libc = "0.2.141" diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index 70de548bd..df403f9d5 100644 --- a/rust/pact_matching/Cargo.toml +++ b/rust/pact_matching/Cargo.toml @@ -40,7 +40,7 @@ mime = "0.3.17" multer = { version = "2.1.0", features = ["all"], optional = true } nom = "7.1.3" onig = { version = "6.4.0", default-features = false } -pact_models = { version = "~1.1.14", default-features = false } +pact_models = { version = "~1.1.16", default-features = false } pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false } rand = "0.8.5" semver = "1.0.17" diff --git a/rust/pact_mock_server/Cargo.toml b/rust/pact_mock_server/Cargo.toml index 4b8a44099..fc5f55b3a 100644 --- a/rust/pact_mock_server/Cargo.toml +++ b/rust/pact_mock_server/Cargo.toml @@ -31,7 +31,7 @@ itertools = "0.10.5" lazy_static = "1.4.0" maplit = "1.0.2" pact_matching = { version = "~1.1.7", path = "../pact_matching", default-features = false } -pact_models = { version = "~1.1.14", default-features = false } +pact_models = { version = "~1.1.16", default-features = false } pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false } rustls = { version = "0.21.0", optional = true } rustls-pemfile = { version = "1.0.2", optional = true } diff --git a/rust/pact_mock_server_cli/Cargo.toml b/rust/pact_mock_server_cli/Cargo.toml index ce3ecbfd7..15c198fac 100644 --- a/rust/pact_mock_server_cli/Cargo.toml +++ b/rust/pact_mock_server_cli/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4.18" lazy_static = "1.4.0" pact_matching = { version = "~1.1.7", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false } -pact_models = { version = "~1.1.14", default-features = false } +pact_models = { version = "~1.1.16", default-features = false } rand = "0.8.5" regex = "1.8.4" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index added1342..ad6b6daac 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.1.7", path = "../pact_matching", default-features = false } -pact_models = { version = "~1.1.14", default-features = false } +pact_models = { version = "~1.1.16", default-features = false } pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false } regex = "1.10.2" serde = "1.0.192" diff --git a/rust/pact_verifier_cli/Cargo.toml b/rust/pact_verifier_cli/Cargo.toml index e3ea037ff..73bdf3fc2 100644 --- a/rust/pact_verifier_cli/Cargo.toml +++ b/rust/pact_verifier_cli/Cargo.toml @@ -29,7 +29,7 @@ env_logger = "0.10.0" junit-report = { version = "0.8.3", optional = true } log = "0.4.20" maplit = "1.0.2" -pact_models = { version = "~1.1.14", default-features = false } +pact_models = { version = "~1.1.16", default-features = false } pact_verifier = { version = "~1.0.4", path = "../pact_verifier", default-features = false } regex = "1.10.2" reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } diff --git a/rust/pact_wasm/Cargo.toml b/rust/pact_wasm/Cargo.toml index a7c3b0b5b..874fda954 100644 --- a/rust/pact_wasm/Cargo.toml +++ b/rust/pact_wasm/Cargo.toml @@ -18,7 +18,7 @@ exclude = [ crate-type = ["cdylib", "rlib"] [dependencies] -pact_models = "~1.1.14" +pact_models = "~1.1.16" wasm-bindgen = "0.2.79" console_error_panic_hook = "0.1.7" console_log = { version = "0.2.0", features = ["color"] }