diff --git a/Cargo.lock b/Cargo.lock index 63b8fe0bb7..cbf52b6fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,9 +1753,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pest" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" +checksum = "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index 1db3a080e8..d1d5468c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ md-5 = { version = "0.10", optional = true } paste = { version = "1", default-features = false, optional = true } peeking_take_while = { version = "1.0.0", default-features = false, optional = true } percent-encoding = { version = "2.2", optional = true } -pest = { version = "2.7.0", default-features = false, optional = true, features = ["std"] } +pest = { version = "2.7.1", default-features = false, optional = true, features = ["std"] } pest_derive = { version = "2.7.0", default-features = false, optional = true, features = ["std"] } prettydiff = {version = "0.6", optional = true } prettytable-rs = { version = "0.10", default-features = false, optional = true }