Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
bump hyper to 0.10 and cookie to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avadacatavra committed Feb 20, 2017
1 parent ffe469f commit 54ccb8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper_serde"
version = "0.5.0"
version = "0.6.0"
authors = ["Anthony Ramine <n.oxyde@gmail.com>"]
description = "Serde support for Hyper types"
license = "MIT/Apache-2.0"
Expand All @@ -16,8 +16,8 @@ travis-ci = { repository = "nox/hyper_serde" }
doctest = false

[dependencies]
cookie = {version = "0.2", default-features = false}
hyper = {version = "0.9", default-features = false}
cookie = {version = "0.4", default-features = false}
hyper = {version = "0.10"}
mime = "0.2"
serde = "0.9"

Expand Down

0 comments on commit 54ccb8f

Please sign in to comment.