diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 13a600e23..04a172e92 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1913,7 +1913,7 @@ dependencies = [ [[package]] name = "pact_matching" -version = "1.1.2" +version = "1.1.3" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index 629c64e47..a0bc4578e 100644 --- a/rust/pact_matching/Cargo.toml +++ b/rust/pact_matching/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_matching" -version = "1.1.2" +version = "1.1.3" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that implements request and response matching logic"