mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +01:00
Replace use of rustc_serialize::base64 by base64
This commit is contained in:
parent
c2d9f663af
commit
0ed4df28b5
12 changed files with 30 additions and 34 deletions
|
@ -10,6 +10,7 @@ name = "webdriver_server"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.4.1"
|
||||
cookie = "0.2.5"
|
||||
euclid = "0.11"
|
||||
hyper = "0.9.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue