1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

use jsonwebtoken repo as temp solution to ring dep

This commit is contained in:
Nikolay Kim
2019-03-30 09:33:18 -07:00
parent 9a80911b92
commit 273068c362
3 changed files with 3 additions and 36 deletions

View File

@ -17,7 +17,7 @@ diesel = { version = "1.3.3", features = ["postgres", "uuid", "r2d2", "chrono"]
dotenv = "0.13.0"
derive_more = "0.14"
env_logger = "0.6.0"
jsonwebtoken = "5.0"
jsonwebtoken = { git = "https://github.com/Keats/jsonwebtoken.git", branch = "next" }
futures = "0.1.25"
r2d2 = "0.8.3"
serde_derive="1.0.80"