diff --git a/Cargo.toml b/Cargo.toml index 7915b73..90e2b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "params" -version = "0.7.1" +version = "0.8.0" authors = ["Skyler Lipthay "] description = "A multi-source request parameters parser for Iron." readme = "README.md" @@ -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"