Skip to content

Commit

Permalink
chore: Upgrade pact_mock_server to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 20, 2024
1 parent ca4256f commit def5685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rust/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 rust/pact_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.1.9", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false }
pact_mock_server = { version = "~1.2.4", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.17", default-features = false }
pact-plugin-driver = { version = "~0.5.0", optional = true, default-features = false }
regex = "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ansi_term = "0.12.1"
anyhow = "1.0.70"
pact_matching = { version = "~1.1.9", path = "../pact_matching" }
pact_models = "~1.1.17"
pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server" }
pact_mock_server = { version = "~1.2.4", path = "../pact_mock_server" }
pact_verifier = { version = "~1.0.4", path = "../pact_verifier" }
libc = "0.2.141"
zeroize = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ itertools = "0.10.5"
log = "0.4.18"
lazy_static = "1.4.0"
pact_matching = { version = "~1.1.9", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false }
pact_mock_server = { version = "~1.2.4", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.17", default-features = false }
rand = "0.8.5"
regex = "1.8.4"
Expand Down

0 comments on commit def5685

Please sign in to comment.