Skip to content

Commit

Permalink
chore: Upgrade pact_models to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 17, 2024
1 parent 7785a77 commit 3c32b22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pact_mock_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ itertools = "0.13.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.4", default-features = false }
pact_models = { version = "~1.2.1", default-features = false }
pact_models = { version = "~1.2.2", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
rustls = { version = "~0.21.10", optional = true }
rustls-pemfile = { version = "1.0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion pact_mock_server_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ log = "0.4.20"
lazy_static = "1.4.0"
pact_matching = { version = "~1.2.4", default-features = false }
pact_mock_server = { version = "~1.2.7", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.2.1", default-features = false }
pact_models = { version = "~1.2.2", default-features = false }
rand = "0.8.5"
regex = "1.10.2"
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
Expand Down

0 comments on commit 3c32b22

Please sign in to comment.