diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 2ff943f47..c8887fd96 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "pact_models" -version = "1.1.18" +version = "1.1.19" dependencies = [ "anyhow", "ariadne", diff --git a/rust/pact_models/Cargo.toml b/rust/pact_models/Cargo.toml index 00f9f5c22..b7b6c9d2d 100644 --- a/rust/pact_models/Cargo.toml +++ b/rust/pact_models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_models" -version = "1.1.18" +version = "1.1.19" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that provides the core models for dealing with Pact files"