From c83394341811a7b6ef62dccf2ba410eda2f2ccd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:03:05 +0000 Subject: [PATCH] build(deps): update peg requirement from 0.6.3 to 0.8.1 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](https://github.com/kevinmehall/rust-peg/compare/0.6.3...0.8.1) --- updated-dependencies: - dependency-name: peg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- varlink_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varlink_parser/Cargo.toml b/varlink_parser/Cargo.toml index 22bcadc..e1ea4fb 100644 --- a/varlink_parser/Cargo.toml +++ b/varlink_parser/Cargo.toml @@ -20,4 +20,4 @@ travis-ci = { repository = "varlink/rust" } [dependencies] ansi_term = "0.12.1" chainerror = "0.8.0" -peg = "0.6.3" +peg = "0.8.1"