Skip to content

Commit

Permalink
cargo: bump pest from 2.5.6 to 2.5.7
Browse files Browse the repository at this point in the history
Bumps [pest](https://github.com/pest-parser/pest) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.5.6...v2.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Mar 31, 2023
1 parent b62cccf commit 0f108e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.6"
pest = "2.5.7"
pest_derive = "2.5"
regex = "1.7.3"
rpassword = "7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hex = "0.4.3"
itertools = "0.10.5"
maplit = "1.0.2"
once_cell = "1.17.1"
pest = "2.5.6"
pest = "2.5.7"
pest_derive = "2.5.6"
prost = "0.11.8"
rand = "0.8.5"
Expand Down

0 comments on commit 0f108e2

Please sign in to comment.