This commit is contained in:
Martin Algesten
2019-01-27 16:33:59 +05:30
parent 9565770aa4
commit 4c9da1dcfd
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -255,7 +255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ureq"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "0.8.1"
version = "0.8.2"
authors = ["Martin Algesten <martin@algesten.se>"]
description = "Minimal HTTP request library"
license = "MIT/Apache-2.0"