Skip to content

Commit

Permalink
Merge pull request #9 from jolhoeft/master
Browse files Browse the repository at this point in the history
Update crates
  • Loading branch information
jolhoeft committed Jun 20, 2019
2 parents 17304b1 + 9c275b6 commit 641b0b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nickel_cookies"
version = "0.3.0"
version = "0.3.1"
authors = ["Kevin Butler <haqkrs@gmail.com>"]
description = "Cookies support for nickel.rs"
license = "MIT"
Expand All @@ -13,12 +13,12 @@ secure = ["cookie/secure"]
[dependencies]
typemap = "0.3"
plugin = "0.2"
lazy_static = "0.2"
rand = "0.3"
lazy_static = "1.0"
rand = "0.6"
nickel = ">=0.10"

[dependencies.cookie]
version = "0.11"
version = "0.12"
default-features = false

[dependencies.hyper]
Expand Down

0 comments on commit 641b0b6

Please sign in to comment.