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 Apr 8, 2024
1 parent 9f56d0d commit 6b7d692
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.5"
gtfs-structures = "0.41.2"
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 6b7d692

Please sign in to comment.