Bump base64 to 0.6

This allows us to update hyper to 0.10.13 (closer to 0.11)
This commit is contained in:
Bastien Orivel 2017-10-04 13:22:02 +02:00
parent f044fa4e9f
commit 511a4d65a2
4 changed files with 32 additions and 26 deletions

View file

@ -10,7 +10,7 @@ name = "webdriver_server"
path = "lib.rs"
[dependencies]
base64 = "0.5.2"
base64 = "0.6"
cookie = "0.6"
euclid = "0.15"
hyper = "0.10"