Skip to content

Commit ef06d49

Browse files
committed
chore: Update html5ever to 0.33.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent d1d9992 commit ef06d49

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- **CLI**: Remove `pico-args`
88
- Bump MSRV to `1.75`.
99
- Update `selectors` to `0.29`.
10+
- Update `html5ever` to `0.33`.
1011

1112
## [0.15.0] - 2025-06-17
1213

bindings/c/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Bump MSRV to `1.75`.
88
- Update `selectors` to `0.29`.
9+
- Update `html5ever` to `0.33`.
910

1011
## [0.15.0] - 2025-06-21
1112

bindings/javascript/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Bump MSRV to `1.75`.
88
- Update `selectors` to `0.29`.
9+
- Update `html5ever` to `0.33`.
910

1011
### Fixed
1112

bindings/python/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Bump MSRV to `1.75`.
88
- Update `selectors` to `0.29`.
9+
- Update `html5ever` to `0.33`.
910

1011
## [0.15.0] - 2025-06-17
1112

bindings/ruby/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Update `selectors` to `0.29`.
8+
- Update `html5ever` to `0.33`.
89

910
## [0.15.2] - 2025-06-24
1011

css-inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stylesheet-cache = ["lru"]
3030

3131
[dependencies]
3232
cssparser = "0.35.0"
33-
html5ever = "0.31.0"
33+
html5ever = "0.33.0"
3434
indexmap = "2.1"
3535
lru = { version = "0.15.0", optional = true }
3636
precomputed-hash = "0.1.1"

css-inline/src/html/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub(crate) fn parse_with_options(
4242
options,
4343
QualName::new(None, ns!(html), local_name!("")),
4444
vec![],
45+
false,
4546
)
4647
.from_utf8()
4748
.one(bytes);

0 commit comments

Comments
 (0)