Skip to content

Commit

Permalink
update typed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed May 8, 2017
1 parent a9c0ff2 commit e1a6bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/typed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ reqwest = "~0.4.0"
serde = "~1"
serde_derive = "~1"
serde_json = "~1"
elastic_types = "*"
elastic_types_derive = "*"
elastic_responses = "*"
elastic_types = "~0.15"
elastic_types_derive = "~0.15"
elastic_responses = "~0.7"

json_str = { version = "*", features = ["nightly"]}

0 comments on commit e1a6bf3

Please sign in to comment.