Skip to content

Commit

Permalink
chore: Upgrade pact-plugin-driver to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 20, 2024
1 parent b735df9 commit 7b087ac
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 33 deletions.
65 changes: 37 additions & 28 deletions 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 @@ -32,7 +32,7 @@ maplit = "1.0.2"
pact_matching = { version = "~1.1.8", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.3", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.17", default-features = false }
pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.5.0", optional = true, default-features = false }
regex = "1.7.3"
serde_json = "1.0.95"
tokio = { version = "1.27.0", features = ["full"] }
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 @@ -44,7 +44,7 @@ tokio = { version = "1.27.0", features = ["full"] }
tokio-rustls = "0.24.0"
sxd-document = "0.3.2"
either = "1.8.1"
pact-plugin-driver = "~0.4.6"
pact-plugin-driver = "~0.5.0"
log = "0.4.17"
tracing = "0.1.37" # This needs to be the same version across all the libs (i.e. plugin driver)
tracing-core = "0.1.30" # This needs to be the same version across all the pact libs (i.e. plugin driver)
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_matching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ multer = { version = "2.1.0", features = ["all"], optional = true }
nom = "7.1.3"
onig = { version = "6.4.0", default-features = false }
pact_models = { version = "~1.1.17", default-features = false }
pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.5.0", optional = true, default-features = false }
rand = "0.8.5"
semver = "1.0.17"
serde = { version = "^1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.1.8", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.1.17", default-features = false }
pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.5.0", optional = true, default-features = false }
rustls = { version = "0.21.0", optional = true }
rustls-pemfile = { version = "1.0.2", optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ maplit = "1.0.2"
mime = "0.3.17"
pact_matching = { version = "~1.1.8", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.1.17", default-features = false }
pact-plugin-driver = { version = "~0.4.6", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.5.0", optional = true, default-features = false }
regex = "1.10.2"
serde = "1.0.192"
serde_json = "1.0.108"
Expand Down

0 comments on commit 7b087ac

Please sign in to comment.