Skip to content

Commit

Permalink
[GRPC] Don't limit prost recursion (#11901)
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCap authored Feb 5, 2024
1 parent c5a1b59 commit 0aaf5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ prometheus-http-query = "0.5.2"
prometheus-parse = "0.2.4"
proptest = "1.4.0"
proptest-derive = "0.4.0"
prost = "0.12.1"
prost-types = "0.12.1"
prost = { version = "0.12.3", features = ["no-recursion-limit"] }
prost-types = "0.12.3"
quanta = "0.10.1"
quote = "1.0.18"
rand = "0.7.3"
Expand Down

0 comments on commit 0aaf5de

Please sign in to comment.