Allow multiple versions of 'rustls' and 'ring'.

Co-authored-by: TotalKrill <kristoffer.odmark90@gmail.com>
This commit is contained in:
Sergio Benitez 2020-06-04 18:59:11 -07:00
parent 3c47fa895a
commit ea9865ec42
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ percent-encoding = "1"
hyper = { version = "0.10.13", default-features = false }
time = "0.2.11"
indexmap = "1.0"
rustls = { version = "0.16", optional = true }
rustls = { version = ">=0.16, <=0.17", optional = true }
state = "0.4"
cookie = { version = "0.14.0", features = ["percent-encode"] }
pear = "0.1"
unicode-xid = "0.2"
[dependencies.hyper-sync-rustls]
version = "=0.3.0-rc.6"
version = ">=0.3.0-rc.6, <=0.3.0-rc.17"
features = ["server"]
optional = true