Skip to content

Commit 7850799

Browse files
committed
chore: Update dependencies
1 parent b13169a commit 7850799

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Update `html5ever` to `0.27`.
8+
- Update `rayon` to `1.10`.
89

910
## [0.13.0] - 2024-01-19
1011

bindings/c/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `html5ever` to `0.27`.
8+
59
## [0.13.0] - 2024-01-19
610

711
### Added

css-inline/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cssparser = "0.31.2"
3232
html5ever = "0.27.0"
3333
indexmap = "2.1"
3434
pico-args = { version = "0.3", optional = true }
35-
rayon = { version = "1.7", optional = true }
35+
rayon = { version = "1.10", optional = true }
3636
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
3737
rustc-hash = "1.1.0"
3838
selectors = "0.25.0"
@@ -41,7 +41,7 @@ url = "2"
4141

4242
[dev-dependencies]
4343
assert_cmd = "2.0.6"
44-
codspeed-criterion-compat = "2.3.0"
44+
codspeed-criterion-compat = "2.4.0"
4545
criterion = { version = "0.5.1", features = [], default-features = false }
4646
serde = { version = "1", features = ["derive"] }
4747
serde_json = "1"

0 commit comments

Comments
 (0)