Skip to content

Commit

Permalink
Merge pull request #35 from elastic-rs/chore/update-requests
Browse files Browse the repository at this point in the history
Update requests
  • Loading branch information
KodrAus authored May 1, 2017
2 parents 284a0bc + 00c2c01 commit 1edf4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_reqwest"
version = "0.7.0"
version = "0.7.1"
authors = ["Ashley Mannix <[email protected]>", "Stephan Buys <[email protected]>"]
license = "Apache-2.0"
description = "A lightweight implementation of the Elasticsearch API based on reqwest."
Expand All @@ -12,7 +12,7 @@ exclude = [ "samples" ]
nightly = []

[dependencies]
elastic_requests = "~0.4.0"
elastic_requests = "~0.4.1"
reqwest = "~0.4.0"
url = "~1"

Expand Down

0 comments on commit 1edf4b8

Please sign in to comment.