Skip to content

Commit 8ed567d

Browse files
Update reqwest requirement from 0.12 to 0.13 in /crates/lib
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.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d2c23a commit 8ed567d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ strum = "0.27"
2222
strum_macros = "0.27"
2323
rusqlite = "0.37.0"
2424
regex = "1.11.1"
25-
reqwest = { version = "0.12", features = ["stream", "blocking"] }
25+
reqwest = { version = "0.13", features = ["stream", "blocking"] }
2626
async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] }
2727
tokio-tar = "0.3.1"
2828
tokio-util = { version = "0.7.13", features = ["compat"] }

0 commit comments

Comments
 (0)