Skip to content

Commit 00fc487

Browse files
build(deps): update reqwest requirement in /css-inline
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.0...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4411bb1 commit 00fc487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ html5ever = "0.38.0"
3434
lru = { version = "0.16.0", optional = true }
3535
precomputed-hash = "0.1.1"
3636
rayon = { version = "1.10", optional = true }
37-
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
37+
reqwest = { version = "0.13.1", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
3838
rustc-hash = "2.0.0"
3939
selectors = "0.35.0"
4040
smallvec = "1"

0 commit comments

Comments
 (0)