Update 'smallvec' to '1.0'.

This commit is contained in:
Matt Brubeck 2019-11-05 09:26:48 -08:00 committed by Sergio Benitez
parent fb9f34e38f
commit 43439f4004
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,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"