1
0
Fork 0
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:
Dominic 2020-01-25 16:17:25 +01:00
parent 48867da535
commit 0d218f2532
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -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"