mirror of https://github.com/rwf2/Rocket.git
parent
267e04883b
commit
69abd4fc83
|
@ -30,15 +30,15 @@ base64 = "0.9"
|
|||
smallvec = "0.6"
|
||||
pear = "0.0.12"
|
||||
pear_codegen = "0.0.12"
|
||||
rustls = { version = "0.11.0", optional = true }
|
||||
rustls = { version = "0.12.0", optional = true }
|
||||
hyper = { version = "0.10.13", default-features = false }
|
||||
hyper-sync-rustls = { version = "=0.3.0-rc.1", features = ["server"], optional = true }
|
||||
hyper-sync-rustls = { version = "=0.3.0-rc.2", features = ["server"], optional = true }
|
||||
ordermap = "0.3"
|
||||
isatty = "0.1"
|
||||
|
||||
[dependencies.cookie]
|
||||
git = "https://github.com/alexcrichton/cookie-rs"
|
||||
rev = "a15b37a"
|
||||
rev = "8579b4b"
|
||||
features = ["percent-encode", "secure"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue