Skip to content

Commit ae1712f

Browse files
fix(deps): update rust crate tonic to 0.12.0 [security]
1 parent 8d26ab4 commit ae1712f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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"
13+
tonic = "0.12.0"
1414
tonic-reflection = "0.11.0"
1515
prost = "0.12.4"
1616
prost-types = "0.12.4"

0 commit comments

Comments
 (0)