Skip to content

Commit

Permalink
Update to webdriver 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham authored and andreastt committed Feb 27, 2017
1 parent 1c8b27a commit d41e06d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MPL-2.0"
[dependencies]
chrono = "^0.2"
clap = {version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"]}
hyper = {version = "0.10"}
hyper = "0.10"
lazy_static = "0.1"
log = "0.3"
mozprofile = "0.2"
Expand All @@ -26,5 +26,5 @@ slog-atomic = "0.4"
slog-stdlog = "1"
slog-stream = "1"
uuid = "0.1.18"
webdriver = "0.21"
webdriver = "0.22"
zip = "0.1"

0 comments on commit d41e06d

Please sign in to comment.