diff --git a/Cargo.lock b/Cargo.lock index 85c8405d5f..1e5bf7cc39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1152,9 +1152,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.5.6" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7" +checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index f0c7ed1765..c7ac233426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ itertools = "0.10.5" jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false } maplit = "1.0.2" once_cell = "1.17.1" -pest = "2.5.6" +pest = "2.5.7" pest_derive = "2.5" regex = "1.7.3" rpassword = "7.2.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ee761acb28..323985c825 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -33,7 +33,7 @@ hex = "0.4.3" itertools = "0.10.5" maplit = "1.0.2" once_cell = "1.17.1" -pest = "2.5.6" +pest = "2.5.7" pest_derive = "2.5.6" prost = "0.11.8" rand = "0.8.5"