Skip to content

Commit

Permalink
Update crate dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Apr 14, 2016
1 parent f6a8e20 commit b5ed7ee
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 @@ -9,25 +9,25 @@ license = "MIT"
name = "etcd"
readme = "README.md"
repository = "https://github.com/jimmycuadra/rust-etcd"
version = "0.5.0"
version = "0.5.1"

[build-dependencies]
syntex = "0.30.0"
syntex = "0.31.0"

[build-dependencies.serde_codegen]
optional = true
version = "0.7.1"
version = "0.7.2"

[dependencies]
hyper = "0.8.0"
openssl = "0.7.8"
hyper = "0.8.1"
openssl = "0.7.9"
serde = "0.7.0"
serde_json = "0.7.0"
url = "0.5.7"
url = "0.5.9"

[dependencies.serde_macros]
optional = true
version = "0.7.0"
version = "0.7.2"

[features]
default = ["serde_codegen"]
Expand Down

0 comments on commit b5ed7ee

Please sign in to comment.