diff --git a/Cargo.toml b/Cargo.toml index a4d6be9b4cff1..a38f2f4190375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"