cargo: bump pest from 2.5.1 to 2.5.2

Bumps [pest](https://github.com/pest-parser/pest) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.5.1...v2.5.2)

---
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] 2022-12-23 15:05:51 +00:00 committed by github-actions[bot]
parent cc40740fa2
commit 481f87abd3
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1156,9 +1156,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.5.1"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"
checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
dependencies = [
"thiserror",
"ucd-trie",

View file

@ -48,7 +48,7 @@ itertools = "0.10.5"
jujutsu-lib = { version = "=0.6.1", path = "lib", default-features = false }
maplit = "1.0.2"
once_cell = "1.15.0"
pest = "2.5.1"
pest = "2.5.2"
pest_derive = "2.5"
regex = "1.7.0"
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.16.0"
pest = "2.5.1"
pest = "2.5.2"
pest_derive = "2.5.1"
regex = "1.7.0"
serde_json = "1.0.91"