cargo: bump pest from 2.5.3 to 2.5.4

Bumps [pest](https://github.com/pest-parser/pest) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.5.3...v2.5.4)

---
updated-dependencies:
- dependency-name: pest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-24 15:08:09 +00:00 committed by github-actions[bot]
parent 31d7bf02ce
commit 9dd5fe108a
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1158,9 +1158,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.5.3"
version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a"
checksum = "4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f"
dependencies = [
"thiserror",
"ucd-trie",

View file

@ -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.3"
pest = "2.5.4"
pest_derive = "2.5"
regex = "1.7.1"
rpassword = "7.2.0"

View file

@ -29,7 +29,7 @@ hex = "0.4.3"
itertools = "0.10.5"
maplit = "1.0.2"
once_cell = "1.17.0"
pest = "2.5.3"
pest = "2.5.4"
pest_derive = "2.5.3"
rand = "0.8.5"
rand_chacha = "0.3.1"