Skip to content

Commit

Permalink
Update iron deps, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Nov 23, 2017
1 parent d1ff060 commit 66fd7b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "params"
version = "0.7.1"
version = "0.8.0"
authors = ["Skyler Lipthay <[email protected]>"]
description = "A multi-source request parameters parser for Iron."
readme = "README.md"
Expand All @@ -9,16 +9,16 @@ repository = "https://github.com/iron/params"
documentation = "http://ironframework.io/doc/params/index.html"

[dependencies]
bodyparser = "0.7"
iron = "0.5"
bodyparser = "0.8"
iron = ">=0.5, <0.7"
num = "0.1"
plugin = "0.2"
serde = { version = "1", optional = true }
serde_json = "1"
urlencoded = "0.5"
urlencoded = "0.6"
tempdir = "0.3"

[dependencies.multipart]
default-features = false
features = ["server"]
version = "0.12"
version = "0.13"

0 comments on commit 66fd7b1

Please sign in to comment.