This commit is contained in:
Martin Algesten
2019-03-30 11:35:39 +01:00
parent a89150eee7
commit 3aee135429
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -251,7 +251,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ureq"
version = "0.9.0"
version = "0.9.1"
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.9.0"
version = "0.9.1"
authors = ["Martin Algesten <martin@algesten.se>"]
description = "Minimal HTTP request library"
license = "MIT/Apache-2.0"