From 6981abb359c457b95c911a1e53ef6fbe9534dd79 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Mon, 2 Jul 2018 12:34:21 +0200 Subject: [PATCH] 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e8da47..398e0bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.4.2" +version = "0.4.3" dependencies = [ "ascii 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea99b7e..f4aca73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.4.2" +version = "0.4.3" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"