cargo: bump pest from 2.5.7 to 2.6.0

Bumps [pest](https://github.com/pest-parser/pest) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.5.7...v2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-26 15:59:27 +00:00 committed by github-actions[bot]
parent 3391b217a8
commit a21b3d8c02
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1185,9 +1185,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.5.7"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122"
checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
dependencies = [
"thiserror",
"ucd-trie",

View file

@ -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.17.1"
pest = "2.5.7"
pest = "2.6.0"
pest_derive = "2.5"
regex = "1.7.3"
rpassword = "7.2.0"

View file

@ -33,7 +33,7 @@ hex = "0.4.3"
itertools = "0.10.5"
maplit = "1.0.2"
once_cell = "1.17.1"
pest = "2.5.7"
pest = "2.6.0"
pest_derive = "2.5.7"
prost = "0.11.9"
rand = "0.8.5"