From a0428d333150f8d2d0762c7fcdcd90ce4bc3cfd3 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Tue, 4 Dec 2018 18:12:34 +0100 Subject: [PATCH] 0.6.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5637b8e..e824782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.6.4" +version = "0.6.5" dependencies = [ "ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3af7ecb..e3cdb68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.6.4" +version = "0.6.5" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"