Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent cc62e0c commit 7dbc3c4
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ md-5 = { version = "0.10", optional = true }
paste = { version = "1", default-features = false, optional = true }
peeking_take_while = { version = "1.0.0", default-features = false, optional = true }
percent-encoding = { version = "2.3", optional = true }
pest = { version = "2.7.6", default-features = false, optional = true, features = ["std"] }
pest = { version = "2.7.7", default-features = false, optional = true, features = ["std"] }
pest_derive = { version = "2.7.6", default-features = false, optional = true, features = ["std"] }
proptest = { version = "1.4", optional = true }
proptest-derive = { version = "0.4", optional = true }
Expand Down

0 comments on commit 7dbc3c4

Please sign in to comment.