Skip to content

Commit

Permalink
Build(deps): bump pest_derive from 2.7.7 to 2.7.8
Browse files Browse the repository at this point in the history
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.7.7 to 2.7.8.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.7.7...v2.7.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2024
1 parent 80252f4 commit fb12447
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 crates/sic_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sic_core = { version = "0.22.0", path = "../sic_core"}
sic_image_engine = { version = "0.22.0", path = "../sic_image_engine" }

pest = "2.7.8"
pest_derive = "2.7.7"
pest_derive = "2.7.8"
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit fb12447

Please sign in to comment.