diff --git a/Cargo.lock b/Cargo.lock index d19b929..2762400 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.4.5" +version = "0.4.6" 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 b54f4c5..42c9a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.4.5" +version = "0.4.6" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"