Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
add dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Feb 19, 2019
1 parent ff2468d commit a0e65e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ assets = [
]

[dependencies]
sxd-xpath = "*"
sxd-document = "*"
reqwest = "*"
trust-dns = "*"
clap = "*"
openssl-probe = "*"
sxd-xpath = "0.4.2"
sxd-document = "0.3.0"
reqwest = "0.9.10"
trust-dns = "0.15.1"
clap = "2.32.0"
openssl-probe = "0.1.2"

[dependencies.cookie]
version = "*"
version = "0.11.0"
features = ["percent-encode"]

0 comments on commit a0e65e6

Please sign in to comment.