From 7bd27e63578da9f7cf76a62d97f61e85a1769d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:24:01 +0000 Subject: [PATCH] Bump oxigraph from 0.5.8 to 0.5.9 in /rust/case2geojson Bumps [oxigraph](https://github.com/oxigraph/oxigraph) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/oxigraph/oxigraph/releases) - [Changelog](https://github.com/oxigraph/oxigraph/blob/v0.5.9/CHANGELOG.md) - [Commits](https://github.com/oxigraph/oxigraph/compare/v0.5.8...v0.5.9) --- updated-dependencies: - dependency-name: oxigraph dependency-version: 0.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/case2geojson/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/case2geojson/Cargo.lock b/rust/case2geojson/Cargo.lock index ec8c379..597d04d 100644 --- a/rust/case2geojson/Cargo.lock +++ b/rust/case2geojson/Cargo.lock @@ -1213,9 +1213,9 @@ dependencies = [ [[package]] name = "oxigraph" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee83ce0422e6dce39a325810a9c66af71577a0a6fb5d887764bf3ae6304667" +checksum = "6d945cbe78640ab719a73697b9bd250054ea82c60470754efea79c21d5fc1cd1" dependencies = [ "dashmap", "getrandom 0.3.4",