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"