From f490fd35f0e0f701ec0723c86337c4df15a84e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 22:06:30 +0000 Subject: [PATCH] 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](https://github.com/seanmonstar/reqwest/compare/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] --- css-inline/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index 69e761f7..a59b868d 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -34,7 +34,7 @@ html5ever = "0.36.1" lru = { version = "0.16.0", optional = true } precomputed-hash = "0.1.1" rayon = { version = "1.10", optional = true } -reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] } +reqwest = { version = "0.13.1", optional = true, default-features = false, features = ["rustls-tls", "blocking"] } rustc-hash = "2.0.0" selectors = "0.33.0" smallvec = "1"