Skip to content

Commit

Permalink
Update reqwest requirement from 0.11 to 0.12
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.11.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent ff18693 commit 7850561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gtfs-rt = "0.4"
gtfs-structures = "0.41"
openssl = "0.10"
prost = "0.11"
reqwest = {version = "0.11", features = ["gzip","brotli","rustls-tls","deflate","cookies","mime_guess"]}
reqwest = {version = "0.12", features = ["gzip","brotli","rustls-tls","deflate","cookies","mime_guess"]}
rust-crypto = "0.2"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 7850561

Please sign in to comment.