From 7cedf5a64bf4c43d0551d9834c5aa37450c719b3 Mon Sep 17 00:00:00 2001 From: Mikhail Atuchin Date: Wed, 1 Feb 2023 15:27:07 +0600 Subject: [PATCH 1/2] Update adblock-rust to v0.7.2 --- components/adblock_rust_ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/adblock_rust_ffi/Cargo.toml b/components/adblock_rust_ffi/Cargo.toml index 43818e644ee7..e606dc2dbe01 100644 --- a/components/adblock_rust_ffi/Cargo.toml +++ b/components/adblock_rust_ffi/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Brian R. Bondy "] edition = "2018" [dependencies] -adblock = { version = "0.7.0", default-features = false, features = ["full-regex-handling", "object-pooling", "unsync-regex-caching", "debug-info", "css-validation"] } +adblock = { version = "0.7.2", default-features = false, features = ["full-regex-handling", "object-pooling", "unsync-regex-caching", "debug-info", "css-validation"] } serde_json = "1.0" libc = "0.2" From 750fc83fcfa9a8a042972ac89cfbb281e321afad Mon Sep 17 00:00:00 2001 From: Mikhail Atuchin Date: Wed, 1 Feb 2023 15:34:18 +0600 Subject: [PATCH 2/2] update Cargo.lock --- build/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/rust/Cargo.lock b/build/rust/Cargo.lock index ed5f5bf628eb..f021b3f0d3c3 100644 --- a/build/rust/Cargo.lock +++ b/build/rust/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "adblock" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413a31d3d06e4e645113f43fbfd33f12c7ebe27cf2568e1e97f33b9f7107fcde" +checksum = "8585a207999c99e1d7987e1744cca0747972d1b0ef68ffbf1e4aace857ce614f" dependencies = [ "base64 0.13.0", "bitflags",