From 62e501fd8a378f930a846ab03f416715f0db4516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:01:03 +0000 Subject: [PATCH] Bump serde_json from 1.0.149 to 1.0.150 in /rust/case2geojson Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.149 to 1.0.150. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 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 2b99bd1..ec8c379 100644 --- a/rust/case2geojson/Cargo.lock +++ b/rust/case2geojson/Cargo.lock @@ -1729,9 +1729,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/rust/case2geojson/Cargo.toml b/rust/case2geojson/Cargo.toml index 530db65..091b688 100644 --- a/rust/case2geojson/Cargo.toml +++ b/rust/case2geojson/Cargo.toml @@ -8,6 +8,6 @@ geojson = "1.0.0" iref = "3.2.2" json-ld = { version = "0.21.4" } oxigraph = { version = "0.5.8", default-features = false} -serde_json = "1.0.149" +serde_json = "1.0.150" static-iref = "3.0.0" tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "test-util"] }