Skip to content

Commit

Permalink
Remove nesting limit for protobufs (#32993)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e552efd468b3f22e313432e53ce87631243b6a5e
  • Loading branch information
jordanhunt22 authored and Convex, Inc. committed Jan 9, 2025
1 parent 1e006bd commit fb242b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ prometheus-hyper = "0.2.0"
proptest = "1"
proptest-derive = "0.5.0"
proptest-http = { git = "https://github.com/nipunn1313/proptest-http", rev = "0e658bd4f6dbb73bdd3be66f0d2c34c00cc3a446" }
prost = "0.13"
prost = { version = "0.13", features = [ "no-recursion-limit" ] }
prost-types = "0.13"
prost-reflect = { version = "0.14.0", features = [ "text-format", "miette" ] }
pyo3 = "0.23.3"
Expand Down

0 comments on commit fb242b9

Please sign in to comment.