From 8f9229cdb6e46a77796d375e1914c1a6881e623f Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Fri, 29 Nov 2024 16:10:20 +1100 Subject: [PATCH] chore: Update pact_ffi to 0.4.24 --- drivers/rust/driver_ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rust/driver_ffi/Cargo.toml b/drivers/rust/driver_ffi/Cargo.toml index 85563603..8cbaf7d5 100644 --- a/drivers/rust/driver_ffi/Cargo.toml +++ b/drivers/rust/driver_ffi/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" [dev-dependencies] pact-plugin-driver = { version = "~0.7", path = "../driver" } -pact_ffi = { version = "~0.4.21", git = "https://github.com/pact-foundation/pact-reference.git" } +pact_ffi = { version = "~0.4.24", git = "https://github.com/pact-foundation/pact-reference.git" } env_logger = "0.11.3" expectest = "0.12.0" serde_json = "1.0.120"