Skip to content

Commit

Permalink
Update hyper requirement from 0.14 to 1.5
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 851e374 commit a351a66
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 @@ -21,7 +21,7 @@ strip = false
beam-lib = { git = "https://github.com/samply/beam", branch="develop", features = ["strict-ids"] }

tokio = { version = "1", features = ["macros","rt-multi-thread","signal"] }
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "1.5", features = ["full"] }

# HTTP client with proxy support
reqwest = { version = "0.11.19", features = ["json", "stream"] }
Expand Down

0 comments on commit a351a66

Please sign in to comment.