From 7dd6cd18114cc410309a39a998e88cf5474596dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:33:51 +0000 Subject: [PATCH] Bump adblock from 0.12.5 to 0.13.2 in /MaruAdblockFFI Bumps [adblock](https://github.com/brave/adblock-rust) from 0.12.5 to 0.13.2. - [Changelog](https://github.com/brave/adblock-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/brave/adblock-rust/commits/v0.13.2) --- updated-dependencies: - dependency-name: adblock dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MaruAdblockFFI/Cargo.lock | 18 ++++++------------ MaruAdblockFFI/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/MaruAdblockFFI/Cargo.lock b/MaruAdblockFFI/Cargo.lock index aa06d2f..ab67a4c 100644 --- a/MaruAdblockFFI/Cargo.lock +++ b/MaruAdblockFFI/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "adblock" -version = "0.12.5" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6fe7702c798519299bcbe011ff6f1dc9e3aedc1f3171178cddf71e1736bf95" +checksum = "77420e48225975c472eaea1b7c767af6caebea02d910043b0af7a1271d47ec9c" dependencies = [ "addr", "arrayvec", @@ -19,7 +19,7 @@ dependencies = [ "percent-encoding", "precomputed-hash", "regex", - "rustc-hash 1.1.0", + "rustc-hash", "seahash", "serde", "serde_json", @@ -82,7 +82,7 @@ dependencies = [ "memchr", "proc-macro2", "quote", - "rustc-hash 2.1.2", + "rustc-hash", "serde", "serde_derive", "syn", @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] @@ -607,12 +607,6 @@ version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - [[package]] name = "rustc-hash" version = "2.1.2" diff --git a/MaruAdblockFFI/Cargo.toml b/MaruAdblockFFI/Cargo.toml index 6dfe09f..ba392b8 100644 --- a/MaruAdblockFFI/Cargo.toml +++ b/MaruAdblockFFI/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["lib", "staticlib"] [dependencies] -adblock = { version = "=0.12.5", default-features = false, features = ["content-blocking", "embedded-domain-resolver", "full-regex-handling"] } +adblock = { version = "=0.13.2", default-features = false, features = ["content-blocking", "embedded-domain-resolver", "full-regex-handling"] } serde_json = "1.0.150" thiserror = "2.0.17" uniffi = "=0.31.1"