From 8f27f9bdcdfa2cf73191d6ed4d7744328810f8d8 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 23 May 2023 11:55:23 +1000 Subject: [PATCH] chore: Upgrade pact-plugin-driver to 0.4.4 --- rust/Cargo.lock | 4 ++-- rust/pact_consumer/Cargo.toml | 2 +- rust/pact_ffi/Cargo.toml | 2 +- rust/pact_matching/Cargo.toml | 2 +- rust/pact_mock_server/Cargo.toml | 2 +- rust/pact_verifier/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 40afffd84..1c399f311 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1795,9 +1795,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pact-plugin-driver" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82dcce94e2c57aea3dbeebb694fbc691ea396911cd10fbb22caa50164c310c73" +checksum = "19c04f42f8de0dd86acbebe411a5eb5836c5b09693025b437b2ba99524730688" dependencies = [ "anyhow", "async-trait", diff --git a/rust/pact_consumer/Cargo.toml b/rust/pact_consumer/Cargo.toml index 61bdf7ee7..579749d3f 100644 --- a/rust/pact_consumer/Cargo.toml +++ b/rust/pact_consumer/Cargo.toml @@ -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) diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 1485e32e4..b70eb814b 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -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) diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index b505a17b1..4fcdef69e 100644 --- a/rust/pact_matching/Cargo.toml +++ b/rust/pact_matching/Cargo.toml @@ -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) diff --git a/rust/pact_mock_server/Cargo.toml b/rust/pact_mock_server/Cargo.toml index 08375460d..949ecd178 100644 --- a/rust/pact_mock_server/Cargo.toml +++ b/rust/pact_mock_server/Cargo.toml @@ -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" diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index d52263a60..168a59e7a 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -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"