mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
chore(deps): Update reqwest requirement from 0.12 to 0.13
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](https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
299101f0d7
commit
9a96a08523
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ sha256 = "1.5"
|
|||
chrono = "0.4"
|
||||
tar = "0.4"
|
||||
flate2 = "1.0"
|
||||
reqwest = { version = "0.12", features = ["json", "stream"] }
|
||||
reqwest = { version = "0.13", features = ["json", "stream"] }
|
||||
bytes = "1.0"
|
||||
yaml-rust2 = "0.10"
|
||||
tracing = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue