mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
allow base64 0.10.1 to be used as jwt and gotham both use the older version
This commit is contained in:
parent
48867da535
commit
0d218f2532
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
|||
codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" }
|
||||
|
||||
[dependencies]
|
||||
base64 = { version = "0.11.0", optional = true }
|
||||
base64 = { version = ">=0.10.1, <0.12", optional = true }
|
||||
chrono = { version = "0.4.10", optional = true }
|
||||
cookie = { version = "0.12", optional = true }
|
||||
futures = "0.1.29"
|
||||
|
|
Loading…
Add table
Reference in a new issue