Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2017-01-31 20:01:54 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-01-31 20:01:54 +0300
commitd7d9ac65061f5ac4940751ec42bdaf488278ced7 (patch)
treeece44605dd9a92c3aafd7f243d3858bc16156021 /Cargo.toml
parent6c161a2fe3cff818bcb5cf30cee92256229926de (diff)
cargo: update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ceff930..7a4a79f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,11 +20,11 @@ log = "0.3"
mozprofile = "0.2"
mozrunner = "0.3"
regex = "0.2"
-rustc-serialize = "0.3.16"
+rustc-serialize = "0.3"
slog = "1"
slog-atomic = "0.4"
slog-stdlog = "1"
slog-stream = "1"
uuid = "0.1.18"
webdriver = "0.20"
-zip = "0.1.16"
+zip = "0.1"