Skip to content

Commit

Permalink
bump adblock to 0.8.4 (uplift to 1.62.x) (#21715)
Browse files Browse the repository at this point in the history
Uplift of #21705 (squashed) to release
  • Loading branch information
brave-builds authored Jan 23, 2024
1 parent ca8b788 commit ac35286
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion third_party/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion third_party/rust/adblock/v0_8/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cargo_crate("lib") {
# Unit tests skipped. Generate with --with-tests to include them.
build_native_rust_unit_tests = false
edition = "2021"
cargo_pkg_version = "0.8.3"
cargo_pkg_version = "0.8.4"
cargo_pkg_authors =
"Andrius Aucinas <[email protected]>, Anton Lazarev <[email protected]>"
cargo_pkg_name = "adblock"
Expand Down
2 changes: 1 addition & 1 deletion third_party/rust/adblock/v0_8/crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "adblock"
version = "0.8.3"
version = "0.8.4"
authors = [
"Andrius Aucinas <[email protected]>",
"Anton Lazarev <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions third_party/rust/adblock/v0_8/crate/src/blocker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ impl NetworkFilterList {
};

optimized.append(&mut unoptimizable);
optimized.shrink_to_fit();
optimized_map.insert(key, optimized);
}

Expand Down
2 changes: 1 addition & 1 deletion third_party/rust/third_party.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ if (is_mac) {
'''

[dependencies.adblock]
version = "0.8.3"
version = "0.8.4"
default-features = false
features = ["full-regex-handling", "regex-debug-info", "css-validation"]
gn-variables-lib = '''
Expand Down

0 comments on commit ac35286

Please sign in to comment.