Skip to content

Commit

Permalink
fix(deps): Pin dependencies to specific (major) versions
Browse files Browse the repository at this point in the history
Amends #24
  • Loading branch information
dermesser authored and Byron committed Oct 1, 2016
1 parent 2b77d01 commit eb6267a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ build = "src/build.rs"

[dependencies]
base64 = "0.2"
chrono = ">= 0.2"
hyper = "^ 0.9.0"
itertools = ">= 0.4"
log = ">= 0.3"
chrono = "0.2"
hyper = "0.9.0"
itertools = "0.4"
log = "0.3"
openssl = "0.7"
serde = "0.8"
serde_json = "0.8"
serde_macros = { version = "0.8", optional = true }
url = "= 0.5"
url = "0.5"

[features]
default = ["with-serde-codegen"]
Expand Down

0 comments on commit eb6267a

Please sign in to comment.