mirror of https://github.com/rwf2/Rocket.git
Update rustls and hyper-rustls dependencies.
This commit is contained in:
parent
299a422cbc
commit
6a5d8ab58a
|
@ -30,14 +30,14 @@ base64 = "0.5.2"
|
|||
smallvec = "0.3.3"
|
||||
pear = "0.0.8"
|
||||
pear_codegen = "0.0.8"
|
||||
rustls = { version = "0.7.0", optional = true }
|
||||
rustls = { version = "0.8.0", optional = true }
|
||||
cookie = { version = "0.8.1", features = ["percent-encode", "secure"] }
|
||||
hyper = { version = "0.10.9", default-features = false }
|
||||
ordermap = "0.2"
|
||||
|
||||
[dependencies.hyper-rustls]
|
||||
git = "https://github.com/SergioBenitez/hyper-rustls"
|
||||
rev = "94e2bf18"
|
||||
rev = "beec1621"
|
||||
default-features = false
|
||||
features = ["server"]
|
||||
optional = true
|
||||
|
|
Loading…
Reference in New Issue