Bump openssl

This commit is contained in:
Thomas Gideon 2017-04-20 13:24:00 -04:00
parent 0aa3aa6faa
commit d70d814ae3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "medallion"
version = "2.1.0"
version = "2.1.1"
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
description = "JWT library for rust using serde, serde_json and openssl"
homepage = "http://github.com/commandline/medallion"
@ -12,7 +12,7 @@ license = "MIT"
[dependencies]
base64 = "0.4"
openssl = "0.9"
openssl = "0.9.11"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"