Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Fixed Cargo.toml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFlavor committed Jul 1, 2017
1 parent 967ead0 commit bf97066
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ name = "main"
doc = false

[dependencies]
chrono = "*"
rust-crypto = "*"
quick-error = "*"
RustyXML = "*"
log = "*"
env_logger = "*"
uuid = "*"
time = "*"
url = "*"
base64 = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"
hyper = "*"
mime = "*"
tokio = "*"
tokio-core = "*"
futures = "*"
hyper-tls = "*"
native-tls = "*"
chrono = "0.4.0"
rust-crypto = "0.2.36"
quick-error = "1.2.0"
RustyXML = "0.1.1"
log = "0.3.8"
env_logger = "0.4.3"
uuid = "0.5.1"
time = "0.1.37"
url = "1.5.1"
base64 = "0.6.0"
serde = "1.0.9"
serde_json = "1.0.2"
serde_derive = "1.0.9"
hyper = "0.11.0"
mime = "0.3.2"
tokio = "0.0.0"
tokio-core = "0.1.8"
futures = "0.1.14"
hyper-tls = "0.1.2"
native-tls = "0.1.4"

[features]
test_e2e = []

0 comments on commit bf97066

Please sign in to comment.