This commit is contained in:
Martin Algesten
2018-10-23 20:18:50 +01:00
parent 2c9e62ad8c
commit bb1fee45b2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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