diff --git a/Cargo.lock b/Cargo.lock index d5560e934..c5bd07206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,9 +1167,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.5.4" +version = "2.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f" +checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660" dependencies = [ "thiserror", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index 68a10f9f3..1bf5e3caf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ itertools = "0.10.5" jujutsu-lib = { version = "=0.6.1", path = "lib", default-features = false } maplit = "1.0.2" once_cell = "1.17.0" -pest = "2.5.4" +pest = "2.5.5" pest_derive = "2.5" regex = "1.7.1" rpassword = "7.2.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0b501f2d4..59d2f255f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -29,7 +29,7 @@ hex = "0.4.3" itertools = "0.10.5" maplit = "1.0.2" once_cell = "1.17.0" -pest = "2.5.4" +pest = "2.5.5" pest_derive = "2.5.4" rand = "0.8.5" rand_chacha = "0.3.1"