From b30e0fea431110df920fdd95ccc15653197a78d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:59:37 +0200 Subject: [PATCH] Update peg requirement from 0.6 to 0.7 (#97) 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.0...0.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 576ae1a6..3f71c7e1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -38,7 +38,7 @@ rio_turtle = "0.5" rio_xml = "0.5" hex = "0.4" nom = "6" -peg = "0.6" +peg = "0.7" siphasher = "0.3" lasso = {version="0.5", features=["multi-threaded", "inline-more"]} sophia_api = { version = "0.6.2", optional = true }