From 103fe416b46db3232a42036b753ab52df50b0ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:56:30 +0000 Subject: [PATCH] build(deps): bump rio_api from 0.8.4 to 0.8.5 Bumps [rio_api](https://github.com/oxigraph/rio) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/oxigraph/rio/releases) - [Changelog](https://github.com/oxigraph/rio/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxigraph/rio/commits/v0.8.5) --- updated-dependencies: - dependency-name: rio_api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 798e172c..245d71aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2072,9 +2072,9 @@ dependencies = [ [[package]] name = "rio_api" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1924fa1f0e6d851f9b73b3c569e607c368a0d92995d99d563ad7bf1414696603" +checksum = "61d0c76ddf8b00cbb4d2c5932d067d49245c2f1f651809bde3cf265033ddb1af" [[package]] name = "rio_turtle" diff --git a/Cargo.toml b/Cargo.toml index e634c929..cb7b939b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ cw2 = "2.0.0" iref = "3.1.3" langtag = "0.3.4" rdf-types = "0.18.2" -rio_api = "0.8.4" +rio_api = "0.8.5" rio_turtle = "0.8.4" rio_xml = "0.8.4" schemars = "0.8.21"