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:
authorJames Graham <james@hoppipolla.co.uk>2016-05-23 20:31:59 +0300
committerJames Graham <james@hoppipolla.co.uk>2016-05-23 20:32:14 +0300
commitb63976d03475b4a22c4630eae45fc43dcf26b63e (patch)
treefdfd03afa548c8663ee18eb30f35f8e12151f6d0 /Cargo.lock
parenta0648035ca332a1ea640e60035b1c70256181758 (diff)
Update webdriver version
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9d5ece6..1082f79 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -12,7 +12,7 @@ dependencies = [
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "webdriver 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "webdriver 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"zip 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -238,14 +238,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex-syntax 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
-version = "0.3.2"
+version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -366,7 +366,7 @@ dependencies = [
[[package]]
name = "webdriver"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"hyper 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",