Skip to content

Commit 95022f8

Browse files
authored
Merge pull request #515 from brave/selectors-update
Update `selectors` crate to v0.26
2 parents eb5c30c + 0bfeae4 commit 95022f8

File tree

5 files changed

+140
-139
lines changed

5 files changed

+140
-139
lines changed

Cargo.lock

Lines changed: 39 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ seahash = "4.1.0"
3737
memchr = "2.4"
3838
base64 = "0.22"
3939
rmp-serde = "0.15"
40-
cssparser = { version = "0.29", optional = true }
41-
selectors = { version = "0.24", optional = true }
40+
cssparser = { version = "0.34", optional = true }
41+
selectors = { version = "0.26", optional = true }
42+
precomputed-hash = "0.1"
4243
thiserror = "1.0"
4344
flatbuffers = { version = "25.2.10" }
4445

0 commit comments

Comments
 (0)