cargo: bump pest from 2.4.0 to 2.4.1

Bumps [pest](https://github.com/pest-parser/pest) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.4.0...v2.4.1)

---
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-11-08 15:45:48 +00:00 committed by Martin von Zweigbergk
parent 78418389b2
commit 375705c4d0
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1028,9 +1028,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.4.0"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"
checksum = "a528564cc62c19a7acac4d81e01f39e53e25e17b934878f4c6d25cc2836e62f8"
dependencies = [
"thiserror",
"ucd-trie",

View file

@ -48,7 +48,7 @@ itertools = "0.10.5"
jujutsu-lib = { version = "=0.5.1", path = "lib"}
once_cell = "1.15.0"
maplit = "1.0.2"
pest = "2.4.0"
pest = "2.4.1"
pest_derive = "2.4"
rand = "0.8.5"
regex = "1.7.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.4.0"
pest = "2.4.1"
pest_derive = "2.4.0"
protobuf = { version = "3.0.1", features = ["with-bytes"] }
rand = "0.8.5"