Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AMDmi3 committed Sep 17, 2024
1 parent 071473f commit 4462768
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 @@ -32,7 +32,7 @@ directories = "5.0.1"
fxhash = "0.2.1"
glob = "0.3.1"
pest = "2.7.12"
pest_derive = { version = "2.7.11", features = ["grammar-extras"] }
pest_derive = { version = "2.7.12", features = ["grammar-extras"] }
rayon = { version = "1.10.0", optional = true }
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }
serde = { version = "1.0.210", features = ["derive"] }
Expand Down

0 comments on commit 4462768

Please sign in to comment.