Skip to content

Commit

Permalink
updated reqwest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco committed Oct 9, 2018
1 parent 97ffcd4 commit 8fc6a83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name = "rss"
version = "1.5.0"
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
description = "Library for serializing the RSS web content syndication format"
repository = "https://github.com/rust-syndication/rss"
documentation = "https://docs.rs/rss/"
repository = "https://github.com/rust-syndication/rss" documentation = "https://docs.rs/rss/"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["rss", "feed", "parser", "parsing"]
Expand All @@ -24,5 +23,7 @@ derive_builder = "0.5"
chrono = {version = "0.4", optional = true }
url = { version = "1.4", optional = true }
mime = { version = "0.3", optional = true }
reqwest = { version = "0.8", optional = true }
reqwest = { version = "0.9", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }


0 comments on commit 8fc6a83

Please sign in to comment.