Bump base64 to 0.4.2

This commit is contained in:
Alice Maz 2017-05-03 07:01:05 +00:00
parent 1b9e1cc1f2
commit 947e86bb45
4 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ name = "net"
path = "lib.rs"
[dependencies]
base64 = "0.4.1"
base64 = "0.4.2"
brotli = "1.0.6"
cookie = "0.6"
devtools_traits = {path = "../devtools_traits"}

View file

@ -28,7 +28,7 @@ angle = {git = "https://github.com/servo/angle", branch = "servo"}
app_units = "0.4"
audio-video-metadata = "0.1.2"
atomic_refcell = "0.1"
base64 = "0.4.1"
base64 = "0.4.2"
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.4.1"
base64 = "0.4.2"
cookie = "0.6"
euclid = "0.11"
hyper = "0.10"