From 6248b7dd91d2627ce7fd82860dd8bace5085faf6 Mon Sep 17 00:00:00 2001 From: Anton Lazarev Date: Sat, 14 Jan 2023 13:44:57 -0800 Subject: [PATCH] update adblock-rust to v0.6.2 --- build/rust/Cargo.lock | 4 ++-- components/adblock_rust_ffi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/rust/Cargo.lock b/build/rust/Cargo.lock index 25aeadf7936f..8d6446735ab8 100644 --- a/build/rust/Cargo.lock +++ b/build/rust/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "adblock" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68e303a033dfb09b4f874d7235828cc3dc3d669b73da30d3d90a5a4d6927b0a0" +checksum = "337b39fa32c578802dc396a6413094746f8ecf628bb430e3294f1d70ccf26ecf" dependencies = [ "base64 0.13.0", "bitflags", diff --git a/components/adblock_rust_ffi/Cargo.toml b/components/adblock_rust_ffi/Cargo.toml index d89086f81959..24fb19f3f546 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.6.1", default-features = false, features = ["full-regex-handling", "object-pooling", "unsync-regex-caching"] } +adblock = { version = "0.6.2", default-features = false, features = ["full-regex-handling", "object-pooling", "unsync-regex-caching"] } serde_json = "1.0" libc = "0.2"