Upgrade to Serde 1.0 (#2)
* Bump openssl * Fix naive code that was breaking serde 1.0
This commit is contained in:
parent
0aa3aa6faa
commit
f1db24606b
4 changed files with 22 additions and 22 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "medallion"
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
|
||||
description = "JWT library for rust using serde, serde_json and openssl"
|
||||
homepage = "http://github.com/commandline/medallion"
|
||||
|
@ -12,8 +12,8 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.4"
|
||||
openssl = "0.9"
|
||||
serde = "0.9"
|
||||
serde_json = "0.9"
|
||||
serde_derive = "0.9"
|
||||
openssl = "0.9.11"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
time = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue