Skip to content

Commit

Permalink
Merge pull request #12783 from brave/pr12782_adblock-rust-v0.5.1_1.38.x
Browse files Browse the repository at this point in the history
Update adblock-rust to v0.5.1 (uplift to 1.38.x)
  • Loading branch information
kjozwiak authored Mar 29, 2022
2 parents 3b1302e + 75cbbe7 commit 0ba6010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/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 components/adblock_rust_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Brian R. Bondy <netzen@gmail.com>"]
edition = "2018"

[dependencies]
adblock = { version = "0.4.3", default-features = false, features = ["full-regex-handling", "object-pooling"] }
adblock = { version = "0.5.1", default-features = false, features = ["full-regex-handling", "object-pooling"] }
serde_json = "1.0"
libc = "0.2"

Expand Down

0 comments on commit 0ba6010

Please sign in to comment.