This commit is contained in:
Martin Algesten
2018-07-02 12:34:21 +02:00
parent 1e536af904
commit 6981abb359
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -354,7 +354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ureq"
version = "0.4.2"
version = "0.4.3"
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)",

View File

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