mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-05-19 04:18:42 +00:00
Upgrade reqwest to 0.5
This commit is contained in:
parent
cd4d32bf28
commit
b4b0752e96
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ version = "0.8.1"
|
|||
url = "1.2"
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.4"
|
||||
version = "0.5"
|
||||
optional = true
|
||||
|
||||
[dependencies.clippy]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
//!
|
||||
//! # Examples
|
||||
//!
|
||||
//! ```ignore
|
||||
//! ```rust,ignore
|
||||
//! extern crate robotparser;
|
||||
//!
|
||||
//! use robotparser::RobotFileParser;
|
||||
|
|
|
|||
Loading…
Reference in a new issue