Skip to content

Commit

Permalink
chore: Update the dependencies in driver_pact_tests and driver_ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 16, 2024
1 parent 16c6f30 commit ad4c712
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
21 changes: 9 additions & 12 deletions drivers/rust/driver_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
15 changes: 6 additions & 9 deletions drivers/rust/driver_pact_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ad4c712

Please sign in to comment.