Skip to content

Commit ee8a49e

Browse files
dependabot[bot]Stranger6667
authored andcommitted
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.11.23...v0.12.0) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b805957 commit ee8a49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ html5ever = "0.26.0"
3333
indexmap = "2.1"
3434
pico-args = { version = "0.3", optional = true }
3535
rayon = { version = "1.7", optional = true }
36-
reqwest = { version = "0.11.23", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
36+
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"
3939
smallvec = "1"

0 commit comments

Comments
 (0)