Skip to content

Commit 2384de3

Browse files
fix(deps): update tonic monorepo to 0.12.0
1 parent 52d515c commit 2384de3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ tracing-subscriber = { version = "0.3.18", features = [
123123
tracing-opentelemetry = "0.24.0"
124124
getrandom = { version = "0.2.14", features = ["js"] }
125125
prometheus = "0.13.4"
126-
tonic = { version = "0.11.0", default-features = false }
126+
tonic = { version = "0.12.0", default-features = false }
127127
opentelemetry-semantic-conventions = "0.15.0"
128128
opentelemetry = { version = "0.23.0", features = ["trace", "logs", "metrics"] }
129129
opentelemetry_sdk = { version = "0.23.0", features = [

tailcall-upstream-grpc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ publish = false
1010
hyper = { version = "0.14.28", features = ["full"] }
1111
tokio = { version = "1.37.0", features = ["full"] }
1212
headers = { workspace = true }
13-
tonic = "0.11.0"
14-
tonic-reflection = "0.11.0"
13+
tonic = "0.12.0"
14+
tonic-reflection = "0.12.0"
1515
prost = "0.12.4"
1616
prost-types = "0.12.4"
1717
tower = "0.4.13"
@@ -37,5 +37,5 @@ http = { workspace = true }
3737

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

0 commit comments

Comments
 (0)