From 33483fed762c34a6f7f8a813f8beb4a861f8c8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 13:13:05 +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 cd478414..385cfab3 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -35,7 +35,7 @@ lru = { version = "0.16.0", optional = true } memchr = "2.7" 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.35.0" smallvec = "1"