From 5e11a181cf2704f125ba3befb60a2612f86d7bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:03:35 +0000 Subject: [PATCH] Update rio_api requirement from 0.5 to 0.6 Updates the requirements on [rio_api](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_api 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..bf92ec2e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -33,7 +33,7 @@ digest = "0.9" regex = "1" oxilangtag = "0.1" oxiri = "0.1" -rio_api = "0.5" +rio_api = "0.6" rio_turtle = "0.5" rio_xml = "0.5" hex = "0.4"