diff --git a/crates/toml_edit/src/parser/mod.rs b/crates/toml_edit/src/parser/mod.rs index 94205cd4..2eed61c7 100644 --- a/crates/toml_edit/src/parser/mod.rs +++ b/crates/toml_edit/src/parser/mod.rs @@ -98,7 +98,7 @@ pub(crate) mod prelude { current: usize, } - const LIMIT: usize = 128; + const LIMIT: usize = 100; #[cfg(not(feature = "unbounded"))] impl RecursionCheck {