ports/www/geckodriver/files/patch-Cargo.toml
Steve Wills 333c24d610 www/geckodriver: Update to 0.26.0
PR:		242428
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2020-01-09 16:45:40 +00:00

26 lines
789 B
TOML

--- 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]]