diff --git a/Cargo.lock b/Cargo.lock index b34fa0e..fead057 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.7.1" +version = "0.8.0" 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 e64d017..8c8f1f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.7.1" +version = "0.8.0" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"