Upgrade reqwest to 0.5

This commit is contained in:
messense 2017-04-02 00:05:16 +08:00
parent cd4d32bf28
commit b4b0752e96
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ version = "0.8.1"
url = "1.2"
[dependencies.reqwest]
version = "0.4"
version = "0.5"
optional = true
[dependencies.clippy]

View file

@ -16,7 +16,7 @@
//!
//! # Examples
//!
//! ```ignore
//! ```rust,ignore
//! extern crate robotparser;
//!
//! use robotparser::RobotFileParser;