aboutsummaryrefslogtreecommitdiff
path: root/www/geckodriver/files/patch-Cargo.toml
blob: d541a509e9c73544f637d644f71fa821ddc1e455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- Cargo.toml.orig	2019-12-04 14:23:37 UTC
+++ Cargo.toml
@@ -16,17 +16,17 @@ hyper = "0.12"
 lazy_static = "1.0"
 log = { version = "0.4", features = ["std"] }
 marionette = { path = "./marionette" }
-mozdevice = { path = "../mozbase/rust/mozdevice" }
-mozprofile = { path = "../mozbase/rust/mozprofile" }
-mozrunner = { path = "../mozbase/rust/mozrunner" }
-mozversion = { path = "../mozbase/rust/mozversion" }
+mozdevice = "0.1.0"
+mozprofile = "0.6.0"
+mozrunner = "0.10.0"
+mozversion = "0.2.1"
 regex = "1.0"
 serde = "1.0"
 serde_derive = "1.0"
 serde_json = "1.0"
 serde_yaml = "0.8"
 uuid = { version = "0.7", features = ["v4"] }
-webdriver = { path = "../webdriver" }
+webdriver = "0.40.2"
 zip = { version = "0.4", default-features = false, features = ["deflate"] }
 
 [[bin]]