Skip to content

Commit

Permalink
Merge pull request #625 from tienvx/update-generated-pact-files
Browse files Browse the repository at this point in the history
chore: Update generated pact files
  • Loading branch information
tienvx authored Aug 30, 2024
2 parents 55e5d60 + 7b8c972 commit 5a9dd7e
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions example/binary/pacts/binaryConsumer-binaryProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions example/csv/pacts/csvConsumer-csvProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "4.0"
Expand Down
6 changes: 3 additions & 3 deletions example/json/pacts/jsonConsumer-jsonProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions example/matchers/pacts/matchersConsumer-matchersProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,9 +726,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "4.0"
Expand Down
4 changes: 2 additions & 2 deletions example/message/pacts/messageConsumer-messageProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.2"
"ffi": "0.4.22",
"models": "1.2.3"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.2"
"ffi": "0.4.22",
"models": "1.2.3"
},
"pactSpecification": {
"version": "4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "4.0"
Expand Down
6 changes: 3 additions & 3 deletions example/xml/pacts/xmlConsumer-xmlProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"mockserver": "1.2.8",
"models": "1.2.2"
"ffi": "0.4.22",
"mockserver": "1.2.9",
"models": "1.2.3"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down

0 comments on commit 5a9dd7e

Please sign in to comment.