Skip to content

Commit

Permalink
build(deps): update peg requirement from 0.6.3 to 0.8.4
Browse files Browse the repository at this point in the history
Updates the requirements on [peg](https://github.com/kevinmehall/rust-peg) to permit the latest version.
- [Release notes](https://github.com/kevinmehall/rust-peg/releases)
- [Commits](kevinmehall/rust-peg@0.6.3...0.8.4)

---
updated-dependencies:
- dependency-name: peg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 20a96b3 commit aefd632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varlink_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ travis-ci = { repository = "varlink/rust" }
[dependencies]
colored = "2.1.0"
thiserror = "2.0.3"
peg = "0.6.3"
peg = "0.8.4"

0 comments on commit aefd632

Please sign in to comment.