Skip to content

Commit

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

---
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 Aug 23, 2024
1 parent 1c3de7c commit 91d436e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 crates/sic_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.61"
sic_core = { version = "0.22.0", path = "../sic_core"}
sic_image_engine = { version = "0.22.0", path = "../sic_image_engine" }

pest = "2.7.10"
pest = "2.7.11"
pest_derive = "2.7.10"
thiserror = "1"

Expand Down

0 comments on commit 91d436e

Please sign in to comment.