Skip to content

Commit

Permalink
fix(deps): update rust crate tonic to 0.12.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 9039963 commit c0451fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ tracing-subscriber = { version = "0.3.18", features = [
tracing-opentelemetry = "0.24.0"
getrandom = { version = "0.2.14", features = ["js"] }
prometheus = "0.13.4"
tonic = { version = "0.11.0", default-features = false }
tonic = { version = "0.12.0", default-features = false }
opentelemetry-semantic-conventions = "0.15.0"
opentelemetry = { version = "0.23.0", features = ["trace", "logs", "metrics"] }
opentelemetry_sdk = { version = "0.23.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
hyper = { version = "0.14.28", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
headers = { workspace = true }
tonic = "0.11.0"
tonic = "0.12.0"
tonic-reflection = "0.11.0"
prost = "0.12.4"
prost-types = "0.12.4"
Expand Down

0 comments on commit c0451fb

Please sign in to comment.