| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/geckodriver/files/ |
Upload File : |
--- 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]]