Skip to content

Commit

Permalink
Update reqwest requirement from 0.11 to 0.12 in /crates/lib
Browse files Browse the repository at this point in the history
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.0...v0.12.12)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mxcl committed Jan 31, 2025
1 parent 445242d commit a9c806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ strum = "0.24"
strum_macros = "0.24"
rusqlite = "0.32.1"
regex = "1.11.1"
reqwest = { version = "0.11", features = ["stream", "blocking"] }
reqwest = { version = "0.12", features = ["stream", "blocking"] }
async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] }
tokio-tar = "0.3.1"
tokio-util = { version = "0.7.13", features = ["compat"] }
Expand Down

0 comments on commit a9c806b

Please sign in to comment.