diff --git a/Cargo.lock b/Cargo.lock index fd7b0ac..3482533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.6.2" +version = "0.6.3" dependencies = [ "ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4df304c..27df549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.6.2" +version = "0.6.3" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"