Skip to content

Commit

Permalink
chore: Update the dependencies in all Rust examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 16, 2024
1 parent ad4c712 commit 6d17133
Show file tree
Hide file tree
Showing 12 changed files with 3,286 additions and 3,292 deletions.
1,124 changes: 454 additions & 670 deletions examples/gRPC/area_calculator/consumer-rust/Cargo.lock

Large diffs are not rendered by default.

23 changes: 10 additions & 13 deletions examples/gRPC/area_calculator/consumer-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,23 @@ edition = "2021"

[dependencies]
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.75"
tonic = "0.10.2"
prost = "0.12.1"
prost-types = "0.12.1"
anyhow = "1.0.86"
tonic = "=0.11.0"
prost = "=0.12.6"
prost-types = "=0.12.6"
tracing = { version = "0.1", features = [ "log-always" ] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[dev-dependencies]
expectest = "0.12.0"
env_logger = "0.10.0"
pact_consumer = "1.0.4"
pact-plugin-driver = "0.6.2"
serde_json = "1.0.107"
env_logger = "0.11.3"
pact_consumer = "1.2.2"
# Windows plugin shutdown
pact-plugin-driver = { version = "0.7.0", path = "../../../../drivers/rust/driver" }
serde_json = "1.0.120"
maplit = "1.0.2"

[build-dependencies]
tonic-build = "0.10.2"
tonic-build = "=0.11.0"
parse-zoneinfo = "0.3.1" # requires pact_model to be updated
# https://github.com/chronotope/parse-zoneinfo/commit/61557cd5407e494770285d1925d64c42973f5db0

[patch.crates-io]
# Windows plugin shutdown
pact-plugin-driver = { version = "0.6.2", path = "../../../../drivers/rust/driver" }
Loading

0 comments on commit 6d17133

Please sign in to comment.