Skip to content

Commit 4647128

Browse files
committed
chore: Update selectors, html5ever, cssparser
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent e24c0b5 commit 4647128

File tree

7 files changed

+39
-3
lines changed

7 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `cssparser` to `0.36`.
8+
- Update `html5ever` to `0.36`.
9+
- Update `selectors` to `0.33`.
10+
511
## [0.18.0] - 2025-11-01
612

713
### Added

bindings/c/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `cssparser` to `0.36`.
8+
- Update `html5ever` to `0.36`.
9+
- Update `selectors` to `0.33`.
10+
511
## [0.18.0] - 2025-11-01
612

713
### Added

bindings/java/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `cssparser` to `0.36`.
8+
- Update `html5ever` to `0.36`.
9+
- Update `selectors` to `0.33`.
10+
511
## [0.18.0] - 2025-11-01
612

713
### Added

bindings/javascript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `cssparser` to `0.36`.
8+
- Update `html5ever` to `0.36`.
9+
- Update `selectors` to `0.33`.
10+
511
## [0.18.0] - 2025-11-01
612

713
### Added

bindings/python/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `cssparser` to `0.36`.
8+
- Update `html5ever` to `0.36`.
9+
- Update `selectors` to `0.33`.
10+
511
## [0.18.0] - 2025-11-01
612

713
### Added

bindings/ruby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `cssparser` to `0.36`.
8+
- Update `html5ever` to `0.36`.
9+
- Update `selectors` to `0.33`.
10+
511
## [0.18.0] - 2025-11-01
612

713
### Added

css-inline/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ file = []
2929
stylesheet-cache = ["lru"]
3030

3131
[dependencies]
32-
cssparser = "0.35.0"
33-
html5ever = "0.35.0"
32+
cssparser = "0.36.0"
33+
html5ever = "0.36.1"
3434
indexmap = "2.1"
3535
lru = { version = "0.16.0", optional = true }
3636
precomputed-hash = "0.1.1"
3737
rayon = { version = "1.10", optional = true }
3838
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
3939
rustc-hash = "2.0.0"
40-
selectors = "0.32.0"
40+
selectors = "0.33.0"
4141
smallvec = "1"
4242
url = "2"
4343

0 commit comments

Comments
 (0)