Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 15, 2023
1 parent a5e4924 commit 2e29cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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 @@ -18,7 +18,7 @@ encoding-functions = ["base64", "urlencoding"]

[dependencies]
regex = "1.9.4"
pest = "2.5.6"
pest = "2.7.3"
pest_derive = "2.5.6"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
Expand Down

0 comments on commit 2e29cff

Please sign in to comment.