mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Bump base64 to 0.6
This allows us to update hyper to 0.10.13 (closer to 0.11)
This commit is contained in:
parent
f044fa4e9f
commit
511a4d65a2
4 changed files with 32 additions and 26 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue