Skip to content

Commit

Permalink
Update tonic to 0.12
Browse files Browse the repository at this point in the history
This PR updates our tonic version to latest. It is unclear if our
tests pass as of this commit but the build is clean.

Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 18, 2024
1 parent 14f19e3 commit 56d310f
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 30 deletions.
209 changes: 181 additions & 28 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ thiserror = { version = "1.0" }
tokio = { version = "1.41" }
# If you update tonic, search for tonic-build in sub-crates and update their
# version.
tonic = { version = "0.9", default-features = false, features = [] }
tonic = { version = "0.12", default-features = false, features = [] }
tower = { version = "0.5", default-features = false }
tracing = { version = "0.1" }
uuid = { version = "1.11", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion integration/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ prost = "0.11"
serde_json = "1.0"

[build-dependencies]
tonic-build = { version = "0.9" }
tonic-build = { version = "0.12" }

0 comments on commit 56d310f

Please sign in to comment.