diff --git a/Cargo.lock b/Cargo.lock index 20cb803..6b0cf5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,7 +348,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.3.1" +version = "0.3.2" 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 253aac7..eae4cf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.3.1" +version = "0.3.2" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"