diff --git a/drivers/rust/driver_ffi/Cargo.toml b/drivers/rust/driver_ffi/Cargo.toml index df920c6c..bcc020cc 100644 --- a/drivers/rust/driver_ffi/Cargo.toml +++ b/drivers/rust/driver_ffi/Cargo.toml @@ -4,18 +4,15 @@ version = "0.0.0" edition = "2018" [dev-dependencies] -pact-plugin-driver = { version = "~0.6", path = "../driver" } -pact_ffi = "~0.4.14" +pact-plugin-driver = { version = "~0.7", path = "../driver" } +pact_ffi = "~0.4.21" env_logger = "0.11.3" expectest = "0.12.0" -serde_json = "1.0.108" -reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } +serde_json = "1.0.120" +reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] } csv = "1.3.0" -prost = "0.12.3" -prost-types = "0.12.3" -test-log = "0.2.14" -tokio = { version = "1.35.1", features = ["full"] } -tonic = "0.11.0" - -[patch.crates-io] -pact_ffi = { git = 'https://github.com/pact-foundation/pact-reference.git' } +prost = "=0.12.6" +prost-types = "=0.12.6" +test-log = "0.2.16" +tokio = { version = "1.38.0", features = ["full"] } +tonic = "=0.11.0" diff --git a/drivers/rust/driver_pact_tests/Cargo.toml b/drivers/rust/driver_pact_tests/Cargo.toml index 9b820cac..4614ca94 100644 --- a/drivers/rust/driver_pact_tests/Cargo.toml +++ b/drivers/rust/driver_pact_tests/Cargo.toml @@ -7,16 +7,13 @@ edition = "2021" anyhow = "1.0" serde_json = "1.0" tokio = { version = "1.0", features = ["full"] } -prost = "0.12.3" -prost-types = "0.12.3" +prost = "=0.12.6" +prost-types = "=0.12.6" [dev-dependencies] -pact-plugin-driver = { version = "~0.6", path = "../driver" } +pact-plugin-driver = { version = "~0.7", path = "../driver" } expectest = "0.12.0" env_logger = "0.11.3" -pact_consumer = "~1.2.0" -async-trait = "0.1.74" -test-log = "0.2.14" - -[patch.crates-io] -pact_consumer = { git = 'https://github.com/pact-foundation/pact-reference.git' } +pact_consumer = "~1.2.2" +async-trait = "0.1.81" +test-log = "0.2.16"