From e3383d8f9120deae35aafd4096bd08d434717e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:32:39 +0000 Subject: [PATCH] Bump oxigraph from 0.5.6 to 0.5.7 in /rust/case2geojson Bumps [oxigraph](https://github.com/oxigraph/oxigraph) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/oxigraph/oxigraph/releases) - [Changelog](https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxigraph/oxigraph/compare/v0.5.6...v0.5.7) --- updated-dependencies: - dependency-name: oxigraph dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/case2geojson/Cargo.lock | 12 ++++++------ rust/case2geojson/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/case2geojson/Cargo.lock b/rust/case2geojson/Cargo.lock index ddb518f..6c85d3f 100644 --- a/rust/case2geojson/Cargo.lock +++ b/rust/case2geojson/Cargo.lock @@ -1213,9 +1213,9 @@ dependencies = [ [[package]] name = "oxigraph" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2212dc588a16f421dbb35070115aad7704d5f7933448975333d1f991458e3575" +checksum = "4f004ff4aaae62ac9c7c69a37eea6fa0c2113d854d298e95fa91b6a5374bb358" dependencies = [ "dashmap", "getrandom 0.3.4", @@ -1250,9 +1250,9 @@ checksum = "54b4ed3a7192fa19f5f48f99871f2755047fabefd7f222f12a1df1773796a102" [[package]] name = "oxjsonld" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d6e5adf22439ff21ba9f9b5a3dfb456f6558b7779a8a30ec2bee7177df0c1aa" +checksum = "f6e1380a504a8571763f13b8bcad629ff90d0300d47d8a519f3c6c599625840e" dependencies = [ "json-event-parser", "oxiri", @@ -1278,9 +1278,9 @@ dependencies = [ [[package]] name = "oxrdfio" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f196c8d9a701c442fe3700d28afce82859926f4ddcbedf30c898a045c9339bf" +checksum = "696223589ecbcab06b1a5df9b527dc25b0c656160cca38752fdb3878a5d3dd03" dependencies = [ "oxjsonld", "oxrdf", diff --git a/rust/case2geojson/Cargo.toml b/rust/case2geojson/Cargo.toml index a2f9bb1..518e0fc 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.6", default-features = false} +oxigraph = { version = "0.5.7", default-features = false} serde_json = "1.0.149" static-iref = "3.0.0" tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread", "test-util"] }