Update dependencies

This commit is contained in:
Matt Brubeck 2017-05-25 12:34:36 -07:00
parent 3c267d7fdd
commit c58508dc52
4 changed files with 236 additions and 246 deletions

476
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ name = "net"
path = "lib.rs"
[dependencies]
base64 = "0.4.2"
base64 = "0.5.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.1"
audio-video-metadata = "0.1.2"
atomic_refcell = "0.1"
base64 = "0.4.2"
base64 = "0.5.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.2"
base64 = "0.5.2"
cookie = "0.6"
euclid = "0.11"
hyper = "0.10"