mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 13:37:39 +03:00
Update futures requirement from 0.1.29 to 0.3.1
Updates the requirements on [futures](https://github.com/rust-lang-nursery/futures-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.29...0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
49c5ebd9fb
commit
ec77dd3d23
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ tls = ["native-tls", "tokio-tls"]
|
|||
[dependencies]
|
||||
base64 = "0.11"
|
||||
clap = "2.33.0"
|
||||
futures = "0.1.29"
|
||||
futures = "0.3.1"
|
||||
hyper = "0.12.35"
|
||||
jemallocator = "0"
|
||||
native-tls = { version = "0.2.3", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue