Skip to content

Commit

Permalink
Merge pull request #16682 from brave/adblock-rust-0.6.2
Browse files Browse the repository at this point in the history
Update adblock-rust to v0.6.2
  • Loading branch information
antonok-edm authored Jan 16, 2023
2 parents 4852d8f + 6248b7d commit c2b1d3f
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 <[email protected]>"]
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"

Expand Down

0 comments on commit c2b1d3f

Please sign in to comment.