mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 14:07:37 +03:00
Update hyper requirement from 0.12.35 to 0.13.0
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](https://github.com/hyperium/hyper/compare/v0.12.35...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
49c5ebd9fb
commit
cbca8551b1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ tls = ["native-tls", "tokio-tls"]
|
|||
base64 = "0.11"
|
||||
clap = "2.33.0"
|
||||
futures = "0.1.29"
|
||||
hyper = "0.12.35"
|
||||
hyper = "0.13.0"
|
||||
jemallocator = "0"
|
||||
native-tls = { version = "0.2.3", optional = true }
|
||||
tokio = "0.1.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue