This commit is contained in:
Martin Algesten
2018-09-01 13:48:30 +02:00
parent a0f758cfc4
commit 040f2bb306
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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