Skip to content

Commit b6de4ea

Browse files
build(deps): update peg requirement from 0.6.3 to 0.8.4
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]>
1 parent 0184a4a commit b6de4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

varlink_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ travis-ci = { repository = "varlink/rust" }
2121
[dependencies]
2222
colored = "2.1.0"
2323
thiserror = "2.0.3"
24-
peg = "0.6.3"
24+
peg = "0.8.4"

0 commit comments

Comments
 (0)