Skip to content

Commit

Permalink
Update hyper requirement from 0.14.27 to 1.0.1
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.27...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 2d1a4d1 commit b8d8506
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 @@ -12,7 +12,7 @@ keywords = ["peopledatalabs", "person-data", "company-data", "sdk", "api"]
categories = ["api-bindings"]

[dependencies]
hyper = { version = "0.14.27", features = ["client", "http1"] }
hyper = { version = "1.0.1", features = ["client", "http1"] }
hyper-tls = "0.5.0"
reqwest = { version = "0.11.18", features = ["json", "blocking"] }
serde = { version = "1.0.180", features = ["derive"] }
Expand Down

0 comments on commit b8d8506

Please sign in to comment.