From 570b0b455f3cb1e45d4b258e14ccdc1c96e90f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:09:57 +0000 Subject: [PATCH] Update peg requirement from 0.7 to 0.8 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.7.0...0.8.0) --- updated-dependencies: - dependency-name: peg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codespan-reporting/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespan-reporting/Cargo.toml b/codespan-reporting/Cargo.toml index 91b91c7c..72f1f100 100644 --- a/codespan-reporting/Cargo.toml +++ b/codespan-reporting/Cargo.toml @@ -20,7 +20,7 @@ unicode-width = "0.1" anyhow = "1" insta = "1.6.3" lazy_static = "1.4" -peg = "0.7" +peg = "0.8" rustyline = "6" structopt = "0.3" unindent = "0.1"