Skip to content

Commit

Permalink
chore: Upgrade pact-plugin-driver to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 10, 2023
1 parent b18b9df commit f2ae77b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 29 deletions.
28 changes: 4 additions & 24 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 @@ -27,7 +27,7 @@ uuid = { version = "1.3.0", features = ["v4"] }
futures = "0.3.28"
tokio = { version = "1.27.0", features = ["full"] }
anyhow = "1.0.70"
pact-plugin-driver = "~0.4.4"
pact-plugin-driver = "~0.4.5"
bytes = "1.4.0"
async-trait = "0.1.68"
tracing = "0.1.37" # This needs to be the same version across all the libs (i.e. plugin driver)
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.4"
pact-plugin-driver = "~0.4.5"
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 @@ -34,7 +34,7 @@ multer = { version = "2.1.0", features = ["all"] }
nom = "7.1.3"
onig = { version = "6.4.0", default-features = false }
pact_models = "~1.1.8"
pact-plugin-driver = "~0.4.4"
pact-plugin-driver = "~0.4.5"
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 @@ rustls = "0.21.0"
tokio-rustls = "0.24.0"
rustls-pemfile = "1.0.2"
thiserror = "1.0.40"
pact-plugin-driver = "~0.4.4"
pact-plugin-driver = "~0.4.5"
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. pact ffi)
url = "2.3.1"
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 @@ -20,7 +20,7 @@ serde = "1.0.147"
serde_json = "1.0.87"
pact_matching = { version = "~1.1.2", path = "../pact_matching" }
pact_models = "~1.1.8"
pact-plugin-driver = "~0.4.4"
pact-plugin-driver = "~0.4.5"
maplit = "1.0.2"
lazy_static = "1.4.0"
itertools = "0.10.5"
Expand Down

0 comments on commit f2ae77b

Please sign in to comment.