Skip to content

Commit 98a5529

Browse files
fix(deps): update tonic monorepo to 0.12.0
1 parent afde464 commit 98a5529

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tracing-subscriber = { version = "0.3.18", features = [
116116
tracing-opentelemetry = "0.24.0"
117117
getrandom = { version = "0.2.14", features = ["js"] }
118118
prometheus = "0.13.4"
119-
tonic = { version = "0.11.0", default-features = false }
119+
tonic = { version = "0.12.0", default-features = false }
120120
opentelemetry-semantic-conventions = "0.15.0"
121121
opentelemetry = { version = "0.23.0", features = ["trace", "logs", "metrics"] }
122122
opentelemetry_sdk = { version = "0.23.0", features = [
@@ -152,7 +152,7 @@ rand = "0.8.5"
152152
tailcall-macros = { path = "tailcall-macros" }
153153
tailcall-tracker = { path = "tailcall-tracker", optional = true }
154154
tailcall-typedefs-common = { path = "./tailcall-typedefs-common" }
155-
tonic-types = "0.11.0"
155+
tonic-types = "0.12.0"
156156
datatest-stable = "0.2.9"
157157
tokio-test = "0.4.4"
158158
base64 = "0.22.1"

tailcall-upstream-grpc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ publish = false
99
[dependencies]
1010
hyper = { version = "0.14.28", features = ["full"] }
1111
tokio = { version = "1.37.0", features = ["full"] }
12-
tonic = "0.11.0"
13-
tonic-reflection = "0.11.0"
12+
tonic = "0.12.0"
13+
tonic-reflection = "0.12.0"
1414
prost = "0.12.4"
1515
prost-types = "0.12.4"
1616
tower = "0.4.13"
@@ -34,5 +34,5 @@ tracing-subscriber = "0.3.18"
3434

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

0 commit comments

Comments
 (0)