From 9b0fcb9614bf77f3f77ab0e1dffd7b5161068323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:38:12 +0000 Subject: [PATCH] Bump oxigraph from 0.5.7 to 0.5.8 in /rust/case2geojson Bumps [oxigraph](https://github.com/oxigraph/oxigraph) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/oxigraph/oxigraph/releases) - [Changelog](https://github.com/oxigraph/oxigraph/blob/v0.5.8/CHANGELOG.md) - [Commits](https://github.com/oxigraph/oxigraph/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: oxigraph dependency-version: 0.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/case2geojson/Cargo.lock | 4 ++-- rust/case2geojson/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/case2geojson/Cargo.lock b/rust/case2geojson/Cargo.lock index d36a47c..2b99bd1 100644 --- a/rust/case2geojson/Cargo.lock +++ b/rust/case2geojson/Cargo.lock @@ -1213,9 +1213,9 @@ dependencies = [ [[package]] name = "oxigraph" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f004ff4aaae62ac9c7c69a37eea6fa0c2113d854d298e95fa91b6a5374bb358" +checksum = "b4ee83ce0422e6dce39a325810a9c66af71577a0a6fb5d887764bf3ae6304667" dependencies = [ "dashmap", "getrandom 0.3.4", diff --git a/rust/case2geojson/Cargo.toml b/rust/case2geojson/Cargo.toml index 4cc1d18..530db65 100644 --- a/rust/case2geojson/Cargo.toml +++ b/rust/case2geojson/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" geojson = "1.0.0" iref = "3.2.2" json-ld = { version = "0.21.4" } -oxigraph = { version = "0.5.7", default-features = false} +oxigraph = { version = "0.5.8", default-features = false} serde_json = "1.0.149" static-iref = "3.0.0" tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "test-util"] }