Skip to content

Commit

Permalink
chore(deps): update tonic monorepo to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent de0c10f commit 57978bb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 25 deletions.
61 changes: 38 additions & 23 deletions 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 tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hyper = { version = "0.14.28", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
headers = { workspace = true }
tonic = "0.11.0"
tonic-reflection = "0.11.0"
tonic-reflection = "0.12.0"
prost = "0.12.4"
prost-types = "0.12.4"
tower = "0.4.13"
Expand All @@ -37,5 +37,5 @@ http = { workspace = true }

[build-dependencies]
protoc-bin-vendored = "3.0.0"
tonic-build = "0.11.0"
tonic-build = "0.12.0"
tailcall-fixtures = { path = "../tailcall-fixtures" }

0 comments on commit 57978bb

Please sign in to comment.