From 00c2c016514ae5323e9c7392d054e8b1131880dc Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Mon, 1 May 2017 18:10:36 +1000 Subject: [PATCH] update requests --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 236aa9f5f..9794977e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elastic_reqwest" -version = "0.7.0" +version = "0.7.1" authors = ["Ashley Mannix ", "Stephan Buys "] license = "Apache-2.0" description = "A lightweight implementation of the Elasticsearch API based on reqwest." @@ -12,7 +12,7 @@ exclude = [ "samples" ] nightly = [] [dependencies] -elastic_requests = "~0.4.0" +elastic_requests = "~0.4.1" reqwest = "~0.4.0" url = "~1"