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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/98/head
dependabot[bot] 3 years ago committed by GitHub
parent a80612ccb9
commit b30e0fea43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -38,7 +38,7 @@ rio_turtle = "0.5"
rio_xml = "0.5" rio_xml = "0.5"
hex = "0.4" hex = "0.4"
nom = "6" nom = "6"
peg = "0.6" peg = "0.7"
siphasher = "0.3" siphasher = "0.3"
lasso = {version="0.5", features=["multi-threaded", "inline-more"]} lasso = {version="0.5", features=["multi-threaded", "inline-more"]}
sophia_api = { version = "0.6.2", optional = true } sophia_api = { version = "0.6.2", optional = true }

Loading…
Cancel
Save