From 69c1cbb6221ada4ee48f94de308dc7647d9459e1 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Fri, 19 Jan 2024 14:46:18 +1100 Subject: [PATCH] bump version to 1.1.17 --- rust/Cargo.lock | 24 ++++++++++++------------ rust/pact_models/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3c8ef688f..b83e68d36 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1754,7 +1754,7 @@ dependencies = [ "maplit", "md5", "os_info", - "pact_models 1.1.15", + "pact_models 1.1.16", "prost", "prost-types", "regex", @@ -1787,7 +1787,7 @@ dependencies = [ "log", "maplit", "pact_matching", - "pact_models 1.1.15", + "pact_models 1.1.16", "serde", "serde_json", "simplelog", @@ -1809,7 +1809,7 @@ dependencies = [ "pact-plugin-driver", "pact_matching", "pact_mock_server", - "pact_models 1.1.15", + "pact_models 1.1.16", "pretty_assertions", "quickcheck", "rand", @@ -1853,7 +1853,7 @@ dependencies = [ "pact-plugin-driver", "pact_matching", "pact_mock_server", - "pact_models 1.1.15", + "pact_models 1.1.16", "pact_verifier", "panic-message", "pretty_assertions", @@ -1907,7 +1907,7 @@ dependencies = [ "ntest", "onig", "pact-plugin-driver", - "pact_models 1.1.15", + "pact_models 1.1.16", "pretty_assertions", "quickcheck", "rand", @@ -1943,7 +1943,7 @@ dependencies = [ "maplit", "pact-plugin-driver", "pact_matching", - "pact_models 1.1.15", + "pact_models 1.1.16", "quickcheck", "reqwest", "rustls", @@ -1979,7 +1979,7 @@ dependencies = [ "maplit", "pact_matching", "pact_mock_server", - "pact_models 1.1.15", + "pact_models 1.1.16", "quickcheck", "rand", "regex", @@ -1999,9 +1999,9 @@ dependencies = [ [[package]] name = "pact_models" -version = "1.1.15" +version = "1.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920893f3289f76191be6f7d041c2120b839fdd0d49898232cb12cd87a5367fd6" +checksum = "9df032ef35daa821080992acc4418e75708c43fd02a75a3424465bdcec479e8c" dependencies = [ "anyhow", "ariadne", @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "pact_models" -version = "1.1.16" +version = "1.1.17" dependencies = [ "anyhow", "ariadne", @@ -2106,7 +2106,7 @@ dependencies = [ "pact-plugin-driver", "pact_consumer", "pact_matching", - "pact_models 1.1.15", + "pact_models 1.1.16", "pretty_assertions", "quickcheck", "regex", @@ -2136,7 +2136,7 @@ dependencies = [ "junit-report", "log", "maplit", - "pact_models 1.1.15", + "pact_models 1.1.16", "pact_verifier", "regex", "reqwest", diff --git a/rust/pact_models/Cargo.toml b/rust/pact_models/Cargo.toml index 2e08b7079..252ca4771 100644 --- a/rust/pact_models/Cargo.toml +++ b/rust/pact_models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_models" -version = "1.1.16" +version = "1.1.17" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that provides the core models for dealing with Pact files"