mirror of https://github.com/rwf2/Rocket.git
Allow multiple versions of 'rustls' and 'ring'.
Co-authored-by: TotalKrill <kristoffer.odmark90@gmail.com>
This commit is contained in:
parent
3c47fa895a
commit
ea9865ec42
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue