mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 05:57:38 +03:00
Update tokio requirement from 0.1.22 to 0.2.2
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.22...tokio-0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
49c5ebd9fb
commit
a6e58dc07a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ futures = "0.1.29"
|
||||||
hyper = "0.12.35"
|
hyper = "0.12.35"
|
||||||
jemallocator = "0"
|
jemallocator = "0"
|
||||||
native-tls = { version = "0.2.3", optional = true }
|
native-tls = { version = "0.2.3", optional = true }
|
||||||
tokio = "0.1.22"
|
tokio = "0.2.2"
|
||||||
tokio-current-thread = "0.1.6"
|
tokio-current-thread = "0.1.6"
|
||||||
tokio-timer = "0.2.11"
|
tokio-timer = "0.2.11"
|
||||||
tokio-tls = { version = "0.2.1", optional = true }
|
tokio-tls = { version = "0.2.1", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue