Skip to content

Commit

Permalink
Update hyper-tls requirement from 0.5.0 to 0.6.0 (#22)
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper-tls](https://github.com/hyperium/hyper-tls) to permit the latest version.
- [Commits](hyperium/hyper-tls@v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 248f0fc commit 406b154
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 @@ -13,7 +13,7 @@ categories = ["api-bindings"]

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

0 comments on commit 406b154

Please sign in to comment.