Skip to content

Commit

Permalink
chore: Upgrade tonic and prost to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 20, 2024
1 parent 1cf8809 commit 9fcb42a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 47 deletions.
105 changes: 62 additions & 43 deletions drivers/rust/driver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ maplit = "1.0.2"
md5 = "0.7.0"
os_info = "3.7.0"
pact_models = { version = "~1.1.17", default-features = false }
prost = "0.11.9"
prost-types = "0.11.9"
prost = "0.12.3"
prost-types = "0.12.3"
regex = "1.10.3"
semver = "1.0.21"
serde_json = "1.0.111"
Expand All @@ -47,7 +47,7 @@ sysinfo = "0.30.5"
tar = '0.4.40'
toml = "0.8.8"
tokio = { version = "1.35.1", features = ["full"] }
tonic = "0.9.2"
tonic = "0.10.2"
tracing = { version = "0.1.40", features = [ "log" ] } # This needs to be the same version across all the pact libs (i.e. pact ffi)
tracing-core = "0.1.32" # This needs to be the same version across all the pact libs (i.e. pact ffi)
uuid = { version = "1.7.0", features = ["v4"] }
Expand All @@ -64,4 +64,4 @@ expectest = "0.12.0"
tempdir = "0.3.7"

[build-dependencies]
tonic-build = "0.9.2"
tonic-build = "0.10.2"

0 comments on commit 9fcb42a

Please sign in to comment.