0.8.1
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -250,7 +250,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ureq"
|
name = "ureq"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ureq"
|
name = "ureq"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
authors = ["Martin Algesten <martin@algesten.se>"]
|
authors = ["Martin Algesten <martin@algesten.se>"]
|
||||||
description = "Minimal HTTP request library"
|
description = "Minimal HTTP request library"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user