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"] }