webdriver_server, constellation, libservo, servo: upgrade webdriver and backtrace

Upgrades to webdriver v0.20.0 and backtrace v0.3
This commit is contained in:
Andreas Tolfsen 2017-01-30 16:34:26 +00:00
parent 9cdf78d53d
commit 96ce7dbba2
5 changed files with 13 additions and 12 deletions

View file

@ -10,7 +10,7 @@ name = "constellation"
path = "lib.rs"
[dependencies]
backtrace = "0.2.1"
backtrace = "0.3"
bluetooth_traits = { path = "../bluetooth_traits" }
canvas = {path = "../canvas"}
canvas_traits = {path = "../canvas_traits"}

View file

@ -21,7 +21,7 @@ clippy = ["plugins/clippy"]
debugmozjs = ["script/debugmozjs"]
[dependencies]
backtrace = "0.2"
backtrace = "0.3"
bluetooth_traits = {path = "../bluetooth_traits"}
bluetooth = {path = "../bluetooth"}
canvas = {path = "../canvas"}

View file

@ -26,4 +26,4 @@ servo_config = {path = "../config", features = ["servo"]}
servo_url = {path = "../url", features = ["servo"]}
url = {version = "1.2", features = ["heap_size"]}
uuid = { version = "0.3.1", features = ["v4"] }
webdriver = "0.19"
webdriver = "0.20"