Use version bumped reqwest

This commit is contained in:
James 2018-09-19 14:15:41 +10:00
parent 5d7855c169
commit 0571a5238a
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -557,7 +557,7 @@ dependencies = [
"nfd 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.9.0-pre (git+https://github.com/seanmonstar/reqwest.git?rev=68d012e)",
"reqwest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1044,8 +1044,8 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.9.0-pre"
source = "git+https://github.com/seanmonstar/reqwest.git?rev=68d012e#68d012e9540675a649276ac4349d6c847211b558"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1935,7 +1935,7 @@ dependencies = [
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
"checksum reqwest 0.9.0-pre (git+https://github.com/seanmonstar/reqwest.git?rev=68d012e)" = "<none>"
"checksum reqwest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1cd396ef9387a076401c19701a86bc08d349ce45eab331247632b4bc9d0bd592"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"

View file

@ -15,7 +15,7 @@ futures = "*"
mime_guess = "1.8.3"
url = "*"
reqwest = {git = "https://github.com/seanmonstar/reqwest.git", rev = "68d012e"}
reqwest = "0.9.0"
number_prefix = "0.2.7"
serde = "1.0.27"