Skip to content

Commit

Permalink
Bump pest_derive from 2.7.12 to 2.7.13 (#190)
Browse files Browse the repository at this point in the history
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.7.12 to 2.7.13.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.12...v2.7.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e8ad7e5 commit cbde1d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -21,7 +21,7 @@ categories = [
anyhow = "1.0.89"
clap = { version = "4.5.18", features = ["derive"] }
pest = "2.7.13"
pest_derive = "2.7.12"
pest_derive = "2.7.13"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"

Expand Down

0 comments on commit cbde1d0

Please sign in to comment.