Skip to content

Commit

Permalink
chore: update dependency versions
Browse files Browse the repository at this point in the history
Define `url_serde` version more precisely as 0.1.1.
Update `url` version to 1.4.0.
Disable `url` "serde" feature.
Update `hyper` to 0.10.4.
  • Loading branch information
indiv0 committed Feb 16, 2017
1 parent be26c0a commit 5671f4d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,16 @@ rand = "0.3.14"
serde = "0.9.5"
serde_json = "0.9.4"
serde_derive = "0.9.5"
url_serde = "0.1"
url = "1.4.0"
url_serde = "0.1.1"

[dependencies.clippy]
optional = true
version = "0.0"

[dependencies.hyper]
optional = true
version = "0.9.5"

[dependencies.url]
features = ["serde"]
version = "1.1.1"
version = "0.10.4"

[features]
default = ["hyper"]
Expand Down

0 comments on commit 5671f4d

Please sign in to comment.