mirror of https://github.com/rwf2/Rocket.git
Update 'cookie' for cookie path deletion fix.
This commit is contained in:
parent
876a8b8329
commit
8536e39d10
|
@ -31,7 +31,7 @@ smallvec = "0.4"
|
||||||
pear = "0.0.8"
|
pear = "0.0.8"
|
||||||
pear_codegen = "0.0.8"
|
pear_codegen = "0.0.8"
|
||||||
rustls = { version = "0.9.0", optional = true }
|
rustls = { version = "0.9.0", optional = true }
|
||||||
cookie = { version = "0.9.0", features = ["percent-encode", "secure"] }
|
cookie = { version = "0.9.1", features = ["percent-encode", "secure"] }
|
||||||
hyper = { version = "0.10.11", default-features = false }
|
hyper = { version = "0.10.11", default-features = false }
|
||||||
ordermap = "0.2"
|
ordermap = "0.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue