1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00
This commit is contained in:
Dominic 2020-11-04 19:34:25 +01:00
parent d3da7d0182
commit 6ded517824
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -21,8 +21,8 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
base64 = { version = "0.13.0", optional = true }
chrono = { version = "0.4.19", features = ["serde"], optional = true }
cookie = { version = "0.14", optional = true }
futures-core = "0.3.5"
futures-util = "0.3.5"
futures-core = "0.3.7"
futures-util = "0.3.7"
gotham = { version = "0.5.0", default-features = false }
gotham_derive = "0.5.0"
gotham_middleware_diesel = { version = "0.2.0", optional = true }