mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update dependencies
This commit is contained in:
parent
3c267d7fdd
commit
c58508dc52
4 changed files with 236 additions and 246 deletions
476
Cargo.lock
generated
476
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue