From de52b58f3dfc003b0c48d25dbdd97ab024840753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:30:38 +0000 Subject: [PATCH] Bump serde_json from 1.0.149 to 1.0.150 in /MaruAdblockFFI 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] --- MaruAdblockFFI/Cargo.lock | 4 ++-- MaruAdblockFFI/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MaruAdblockFFI/Cargo.lock b/MaruAdblockFFI/Cargo.lock index 4c4f134..aa06d2f 100644 --- a/MaruAdblockFFI/Cargo.lock +++ b/MaruAdblockFFI/Cargo.lock @@ -709,9 +709,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/MaruAdblockFFI/Cargo.toml b/MaruAdblockFFI/Cargo.toml index e3421a2..6dfe09f 100644 --- a/MaruAdblockFFI/Cargo.toml +++ b/MaruAdblockFFI/Cargo.toml @@ -8,6 +8,6 @@ crate-type = ["lib", "staticlib"] [dependencies] adblock = { version = "=0.12.5", default-features = false, features = ["content-blocking", "embedded-domain-resolver", "full-regex-handling"] } -serde_json = "1.0.145" +serde_json = "1.0.150" thiserror = "2.0.17" uniffi = "=0.31.1"