Skip to content

Commit

Permalink
chore: Upgrade Tonic to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 15, 2024
1 parent 5309340 commit 84c5ade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions drivers/rust/driver/Cargo.lock

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

4 changes: 2 additions & 2 deletions drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sysinfo = "0.30.10"
tar = '0.4.40'
toml = "0.8.12"
tokio = { version = "1.37.0", features = ["full"] }
tonic = "0.10.2"
tonic = "0.11.0"
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.8.0", features = ["v4"] }
Expand All @@ -61,4 +61,4 @@ tempdir = "0.3.7"
test-log = "0.2.15"

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

0 comments on commit 84c5ade

Please sign in to comment.