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"