diff --git a/Cargo.toml b/Cargo.toml index b9575b81..7670e278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ rust-version = "1.56.0" globwalk = "0.8.1" serde = "1.0" serde_json = "1.0" -pest = "2.5.5" -pest_derive = "2.5.5" +pest = "2.7.0" +pest_derive = "2.7.0" lazy_static = "1.4" # used in striptags, spaceless & titles filters. Already pulled by globwalk regex = "1.7"