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 6a0c3b3 commit f190ef8
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 @@ -33,7 +33,7 @@ itertools = "0.13.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.2", default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact_models = { version = "~1.2.2", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
rcgen = { version = "0.13.1", optional = true, default-features = false, features = ["pem", "crypto", "ring"] }
rustls = { version = "0.23.5", optional = true, default-features = false, features = ["ring"] }
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 @@ -35,7 +35,7 @@ log = "0.4.22"
lazy_static = "1.5.0"
pact_matching = { version = "~1.2.4", default-features = false }
pact_mock_server = { version = "~2.0.0-beta.5", 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.5"
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
Expand Down

0 comments on commit f190ef8

Please sign in to comment.