mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-31 05:42:15 +00:00
Update dependencies for ring 0.13.
This commit is contained in:
parent
0c80217289
commit
e25a82b14b
@ -23,15 +23,15 @@ percent-encoding = "1"
|
||||
hyper = { version = "0.10.13", default-features = false }
|
||||
time = "0.1"
|
||||
indexmap = "1.0"
|
||||
rustls = { version = "0.12.0", optional = true }
|
||||
rustls = { version = "0.13", optional = true }
|
||||
|
||||
[dependencies.cookie]
|
||||
git = "https://github.com/alexcrichton/cookie-rs"
|
||||
rev = "0365a18"
|
||||
rev = "f191ca50"
|
||||
features = ["percent-encode", "secure"]
|
||||
|
||||
[dependencies.hyper-sync-rustls]
|
||||
version = "=0.3.0-rc.2"
|
||||
version = "=0.3.0-rc.3"
|
||||
features = ["server"]
|
||||
optional = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user