diff --git a/Cargo.lock b/Cargo.lock index 849e9ee88..ae4ce614b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1187,9 +1187,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70" +checksum = "16833386b02953ca926d19f64af613b9bf742c48dcd5e09b32fbfc9740bf84e2" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index cba9f864f..67adb4a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ itertools = "0.10.5" jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false } maplit = "1.0.2" once_cell = "1.18.0" -pest = "2.6.0" +pest = "2.6.1" pest_derive = "2.6" regex = "1.8.4" rpassword = "7.2.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f271f6dce..59c169f6b 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.18.0" -pest = "2.6.0" +pest = "2.6.1" pest_derive = "2.6.0" prost = "0.11.9" rand = "0.8.5"