mirror of https://github.com/rwf2/Rocket.git
Update 'smallvec' to '1.0'.
This commit is contained in:
parent
3a1f012b56
commit
8bf6aa2068
|
@ -20,7 +20,7 @@ tls = ["rustls", "hyper-sync-rustls"]
|
|||
private-cookies = ["cookie/secure"]
|
||||
|
||||
[dependencies]
|
||||
smallvec = "0.6"
|
||||
smallvec = "1.0"
|
||||
percent-encoding = "1"
|
||||
hyper = { version = "0.10.13", default-features = false }
|
||||
time = "0.1"
|
||||
|
|
Loading…
Reference in New Issue