From 0523347e52ecc26b22ab5e20d55660c9492fb4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:03:22 +0000 Subject: [PATCH] Update rio_turtle requirement from 0.5 to 0.6 Updates the requirements on [rio_turtle](https://github.com/oxigraph/rio) to permit the latest version. - [Release notes](https://github.com/oxigraph/rio/releases) - [Changelog](https://github.com/oxigraph/rio/blob/master/CHANGELOG.md) - [Commits](https://github.com/oxigraph/rio/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: rio_turtle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 48809c72..f8c45097 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -34,7 +34,7 @@ regex = "1" oxilangtag = "0.1" oxiri = "0.1" rio_api = "0.5" -rio_turtle = "0.5" +rio_turtle = "0.6" rio_xml = "0.5" hex = "0.4" nom = "6"