Skip to content

Commit

Permalink
chore: Upgrade pact-plugin-driver to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 23, 2023
1 parent ac2e24d commit 8f27f9b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.3"
pact-plugin-driver = "~0.4.4"
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.3"
pact-plugin-driver = "~0.4.4"
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 @@ -40,7 +40,7 @@ http = "0.2.9"
mime = "0.3.17"
bytes = { version = "1.4.0", features = ["serde"] }
tokio = { version = "1.27.0", features = ["full"] }
pact-plugin-driver = "~0.4.3"
pact-plugin-driver = "~0.4.4"
md5 = "0.7.0"
tracing = "0.1.37" # This needs to be the same version across all the libs (i.e. plugin driver, pact ffi)
tracing-core = "0.1.30" # This needs to be the same version across all the pact libs (i.e. plugin driver, pact ffi)
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.3"
pact-plugin-driver = "~0.4.4"
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.1", path = "../pact_matching" }
pact_models = "~1.1.2"
pact-plugin-driver = "~0.4.3"
pact-plugin-driver = "~0.4.4"
maplit = "1.0.2"
lazy_static = "1.4.0"
itertools = "0.10.5"
Expand Down

0 comments on commit 8f27f9b

Please sign in to comment.