From e4da3e42c1eff8fd00dc20c7c4a76eeb90e5e619 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Mon, 7 Aug 2023 13:59:34 +1000 Subject: [PATCH] chore: Upgrade pact_models to 1.1.11 --- 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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/rust/pact_cli/Cargo.toml b/rust/pact_cli/Cargo.toml index 10bc8c34f..ddcf17135 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.10" +pact_models = "~1.1.11" pact_matching = { version = "~1.1.4", 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 7f17d529a..daf43165a 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.4", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.2", path = "../pact_mock_server", default-features = false } -pact_models = { version = "~1.1.10", default-features = false } +pact_models = { version = "~1.1.11", default-features = false } pact-plugin-driver = { version = "~0.4.5", 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 27f7e339c..5d9dc0455 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.4", path = "../pact_matching" } -pact_models = "~1.1.10" +pact_models = "~1.1.11" pact_mock_server = { version = "~1.2.2", path = "../pact_mock_server" } pact_verifier = { version = "~1.0.2", path = "../pact_verifier" } libc = "0.2.141" diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index 30b0a1a5f..a926b39eb 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.10", default-features = false } +pact_models = { version = "~1.1.11", default-features = false } pact-plugin-driver = { version = "~0.4.5", 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 d40df2487..1919504ce 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.4", path = "../pact_matching", default-features = false } -pact_models = { version = "~1.1.10", default-features = false } +pact_models = { version = "~1.1.11", default-features = false } pact-plugin-driver = { version = "~0.4.5", 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 fc29c8e97..59f0dbe3c 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.4", path = "../pact_matching", default-features = false } pact_mock_server = { version = "~1.2.2", path = "../pact_mock_server", default-features = false } -pact_models = { version = "~1.1.10", default-features = false } +pact_models = { version = "~1.1.11", 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 206b545e8..83c5f2d0c 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.16" pact_matching = { version = "~1.1.4", path = "../pact_matching", default-features = false } -pact_models = { version = "~1.1.10", default-features = false } +pact_models = { version = "~1.1.11", default-features = false } pact-plugin-driver = { version = "~0.4.5", optional = true, default-features = false } regex = "1.7.0" serde = "1.0.147" diff --git a/rust/pact_verifier_cli/Cargo.toml b/rust/pact_verifier_cli/Cargo.toml index efb562c7e..7878261c8 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.2", optional = true } log = "0.4.17" maplit = "1.0.2" -pact_models = { version = "~1.1.10", default-features = false } +pact_models = { version = "~1.1.11", default-features = false } pact_verifier = { version = "~1.0.2", path = "../pact_verifier", default-features = false } regex = "1.7.3" reqwest = { version = "0.11.16", 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 0c3eb20d9..b733a3dbc 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.10" +pact_models = "~1.1.11" wasm-bindgen = "0.2.79" console_error_panic_hook = "0.1.7" console_log = { version = "0.2.0", features = ["color"] }