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 = "net"
path = "lib.rs"
[dependencies]
base64 = "0.5.2"
base64 = "0.6"
brotli = "1.0.6"
cookie = "0.6"
devtools_traits = {path = "../devtools_traits"}

View file

@ -26,7 +26,7 @@ tinyfiledialogs = "2.5.9"
[dependencies]
app_units = "0.5"
audio-video-metadata = "0.1.4"
base64 = "0.5.2"
base64 = "0.6"
bitflags = "0.7"
bluetooth_traits = {path = "../bluetooth_traits"}
byteorder = "1.0"

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"