Skip to content

Commit

Permalink
WIP, waiting on upstream dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nashley committed Feb 17, 2021
1 parent 353ccfc commit 136edf8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,22 @@ webpki = "~0.21.3"
features = [ "aio" ]

[dependencies.quinn]
version = "~0.6.1"
git = "https://github.com/quinn-rs/quinn"
branch = "main"
features = [ "tls-rustls" ]
default-features = false

[dependencies.rustls]
version = "~0.17.0"
version = "~0.19.0"
features = [ "dangerous_configuration" ]

[dependencies.serde]
version = "1.0.117"
features = [ "derive" ]

[dependencies.tokio]
version = "~0.2.24"
features = [ "rt-threaded", "sync", "time", "macros", "io-std", "io-util" ]
version = "1.2"
features = [ "rt-multi-thread", "sync", "time", "macros", "io-std", "io-util" ]

[dev-dependencies]
flexi_logger = "~0.16.1"
Expand Down

0 comments on commit 136edf8

Please sign in to comment.